Articles tagged: File System API
Found 45 documents
- Web/API/DataTransferItem/webkitGetAsEntry If the item described by the DataTransferItem is a file, webkitGetAsEntry() returns a ...
- Web/API/DirectoryEntrySync The DirectoryEntrySync interface of the File System API represents a directory in a file system. ...
- Web/API/EntrySync The EntrySync interface of the FileSystem API represents an entry in a file system. The entry ...
- Web/API/File/webkitRelativePath The File.webkitRelativePath is a read-only property that contains a DOMString which specifies ...
- Web/API/FileEntrySync The FileEntrySync interface of the File System API represents a file in a file system. It lets ...
- Web/API/FileException In the File System API, a FileException object represents error conditions that you might ...
- Web/API/FileSystem The File and Directory Entries API interface FileSystem is used to represent a file system. ...
- Web/API/FileSystem/name The read-only name property of the FileSystem interface indicates the file system's name. This ...
- Web/API/FileSystem/root The read-only root property of the FileSystem interface specifies a FileSystemDirectoryEntry ...
- Web/API/FileSystemDirectoryEntry The FileSystemDirectoryEntry interface of the File and Directory Entries API represents a ...
- Web/API/FileSystemDirectoryEntry/createReader The FileSystemDirectoryEntry interface's method createReader () returns a ...
- Web/API/FileSystemDirectoryEntry/getDirectory The FileSystemDirectoryEntry interface's method getDirectory () returns a ...
- Web/API/FileSystemDirectoryEntry/getFile The FileSystemDirectoryEntry interface's method getFile () returns a FileSystemFileEntry object ...
- Web/API/FileSystemDirectoryEntry/removeRecursively The FileSystemDirectoryEntry interface's method removeRecursively () removes the directory as ...
- Web/API/FileSystemDirectoryReader The FileSystemDirectoryReader interface of the File and Directory Entries API lets you access ...
- Web/API/FileSystemDirectoryReader/readEntries The FileSystemDirectoryReader interface's readEntries() method retrieves the directory entries ...
- Web/API/FileSystemEntry The FileSystemEntry interface of the File and Directory Entries API represents a single in a ...
- 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 ...
- Web/API/FileSystemFileEntry The FileSystemFileEntry interface of the File System API represents a file in a file system. It ...
- Web/API/FileSystemFileEntry/createWriter The FileSystemFileEntry interface's method createWriter() returns a FileWriter object which can ...
- Web/API/FileSystemFileEntry/file The FileSystemFileEntry interface's method file () returns a File object which can be used to ...
- Web/API/FileSystemFlags The FileSystemFlags dictionary defines a set of values which are used when specifying option ...
- Web/API/FileSystemFlags/create The create property on the FileSystemFlags dictionary is used to indicate whether or not the ...
- Web/API/FileSystemFlags/exclusive The exclusive property on the FileSystemFlags dictionary is used in tandem with the create ...
- Web/API/FileSystemSync In the File System API, a FileSystemSync object represents a file system. It has two properties.
- Web/API/File_and_Directory_Entries_API The File and Directory Entries API simulates a local file system that web apps can navigate ...
- Web/API/File_and_Directory_Entries_API/Firefox_support The original File System API was created to let browsers implement support for accessing a ...
- Web/API/File_and_Directory_Entries_API/Introduction The File and Directory Entries API simulates a local file system that web apps can navigate ...
- Web/API/HTMLInputElement/webkitdirectory The HTMLInputElement.webkitdirectory is a property that reflects the webkitdirectory HTML ...
- Web/API/HTMLInputElement/webkitEntries The read-only webkitEntries property of the HTMLInputElement interface contains an array of file ...
- Web/API/LocalFileSystem The LocalFileSystem interface of the File System API gives you access to a sandboxed file ...
- Web/API/LocalFileSystemSync The LocalFileSystemSync interface of the File System API gives you access to a sandboxed file ...
- Web/API/Metadata The Metadata interface is used by the File and Directory Entries API to contain information ...
- Web/API/Metadata/modificationTime The read-only modificationTime property of the Metadata interface is a Date object which ...
- Web/API/Metadata/size The read-only size property of the Metadata interface specifies the size, in bytes, of the ...