3 namespace SiliconStudio.Core.IO
Creates a new file. The function fails if a specified file exists.
Opens a file. The function fails if the file does not exist.
Opens a file and truncates it so that its size is 0 (zero) bytes. The function fails if the file does...
VirtualFileMode
File mode equivalent of System.IO.FileMode.
Creates a new file, always. If a file exists, the function overwrites the file, clears the existing a...
Opens a file, always. If a file does not exist, the function creates a file as if dwCreationDispositi...