An interface represents a handle to a file system directory.
2
A directory name.
Get entries in the directory.
Return Fulfills with an array of EntryType and name pair if the request has been operated successfully, otherwise FilePickerErrorCode.
Write data to the file in the picked directory.
A file name to create.
Data to write the name file.
Return Fulfills with true if the request has been operated successfully, otherwise false.
Generated using TypeDoc
An interface represents a handle to a file system directory.
2