Articles tagged: FileSystemEntry
Found 11 documents
- Web/API/FileSystemEntry/copyTo The FileSystemEntry interface's method copyTo () copies the file specified by the entry to a new ...
- Web/API/FileSystemEntry/filesystem The read-only filesystem property of the FileSystemEntry interface contains a FileSystem object ...
- Web/API/FileSystemEntry/fullPath The read-only fullPath property of the FileSystemEntry interface returns a DOMString specifying ...
- Web/API/FileSystemEntry/getMetadata The FileSystemEntry interface's method getMetadata () obtains a Metadata object with information ...
- Web/API/FileSystemEntry/getParent The FileSystemEntry interface's method getParent () obtains a FileSystemDirectoryEntry.
- Web/API/FileSystemEntry/isDirectory The read-only isDirectory property of the FileSystemEntry interface is true if the entry ...
- Web/API/FileSystemEntry/isFile The read-only isFile property of the FileSystemEntry interface is true if the entry represents a ...
- Web/API/FileSystemEntry/moveTo The FileSystemEntry interface's method moveTo () moves the file specified by the entry to a new ...
- Web/API/FileSystemEntry/name The read-only name property of the FileSystemEntry interface returns a DOMString specifying the ...
- Web/API/FileSystemEntry/remove The FileSystemEntry interface's method remove () deletes the file or directory from the file ...
- Web/API/FileSystemEntry/toURL The FileSystemEntry interface's method toURL () creates and returns a string containing a URL ...