Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Representation of a DOM FileSystemHandle object.
Summary
| Members | Description | 
|---|---|
| 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. | 
Properties
Kind
readonly CoreWebView2FileSystemHandleKind Kind
The kind of the FileSystemHandle. It can either be a file or a directory.
Path
readonly string Path
The path to the FileSystemHandle.
Permission
readonly CoreWebView2FileSystemHandlePermission Permission
The permissions granted to the FileSystemHandle.