Results 21 - 40 of 42

FileSystemEntry

The FileSystemEntry interface of the File and Directory Entries API represents a single in a file system. The entry can be a file or a directory (directories are represented by the DirectoryEntry interface. It includes methods for working with files—including copying, moving, removing, and reading files—as well as information about a file it points to—including the file name and its path from the root to the entry.
API Entry File and Directory Entries API File System API Files Interface Non-standard Non-Standard Offline offline Reference

FileSystemFileEntry

The FileSystemFileEntry interface of the File System API represents a file in a file system. It offers properties describing the file's attributes, as well as methods for creating a FileWriter object to write to the file or a File object to read the file.
API File and Directory Entries API File API File System API FileEntry Files Interface Offline offline Reference

FileSystemFlags.exclusive

The exclusive property on the FileSystemFlags dictionary is used in tandem with the create property to determine whether or not it's acceptable to require that the file not already exist when the reference to it is created by calling FileSystemDirectoryEntry.getFile() or FileSystemDirectoryEntry.getDirectory().
API exclusive File and Directory Entries API File System API Files FileSystemFlags Non-standard Non-Standard Offline offline Property Reference