Results 1 - 3 of 3

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

FileSystemFlags.create

The create property on the FileSystemFlags dictionary is used to indicate whether or not the file should be created if it's missing. FileSystemFlags is only used when calling FileSystemDirectoryEntry.getFile() or FileSystemDirectoryEntry.getDirectory().
API Create create File and Directory Entries API File System API Files FileSystemFlags Flile System API Non-Standard Non-standard offline Offline Property Reference