FileOptions
Represents advanced options for creating a T:System.IO.FileStream object.
Indicates that the file is accessed randomly. The system can use this as a hint to optimize file cach...
No initialization action.
The file or directory is encrypted. For a file, this means that all data in the file is encrypted....
Indicates that the file is to be accessed sequentially from beginning to end. The system can use this...
Indicates that a file can be used for asynchronous reading and writing.
Indicates that the system should write through any intermediate cache and go directly to disk.
Specifies that the class can be serialized.
Indicates that a file is automatically deleted when it is no longer in use.