CoreWebView2FileSystemHandle Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Representation of a DOM FileSystemHandle object.
public class CoreWebView2FileSystemHandle
type CoreWebView2FileSystemHandle = class
Public Class CoreWebView2FileSystemHandle
- Inheritance
-
CoreWebView2FileSystemHandle
Properties
Kind |
The kind of the FileSystemHandle. It can either be a file or a directory. |
Path |
The path to the FileSystemHandle. |
Permission |
The permissions granted to the FileSystemHandle. |