CoreWebView2FileSystemHandle Class

Definition

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.

Applies to