CoreWebView2FileSystemHandle Class

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.

Referenced by