Space Engineers
|
Public Member Functions | |
Stream | Open (string path, FileMode mode, FileAccess access, FileShare share) |
Opens file, returns null when file does not exists More... | |
bool | DirectoryExists (string path) |
True if directory exists More... | |
IEnumerable< string > | GetFiles (string path, string filter, MySearchOption searchOption) |
Returns list of files in directory More... | |
bool | FileExists (string path) |
True if file exists More... | |
Definition at line 26 of file IFileProvider.cs.
bool VRage.FileSystem.IFileProvider.DirectoryExists | ( | string | path | ) |
True if directory exists
path |
Implemented in VRage.FileSystem.MyFileProviderAggregator, VRage.FileSystem.MyZipFileProvider, and VRage.FileSystem.MyClassicFileProvider.
bool VRage.FileSystem.IFileProvider.FileExists | ( | string | path | ) |
True if file exists
path |
Implemented in VRage.FileSystem.MyZipFileProvider, VRage.FileSystem.MyFileProviderAggregator, and VRage.FileSystem.MyClassicFileProvider.
IEnumerable<string> VRage.FileSystem.IFileProvider.GetFiles | ( | string | path, |
string | filter, | ||
MySearchOption | searchOption | ||
) |
Returns list of files in directory
path |
Implemented in VRage.FileSystem.MyZipFileProvider, VRage.FileSystem.MyFileProviderAggregator, and VRage.FileSystem.MyClassicFileProvider.
Stream VRage.FileSystem.IFileProvider.Open | ( | string | path, |
FileMode | mode, | ||
FileAccess | access, | ||
FileShare | share | ||
) |
Opens file, returns null when file does not exists
Implemented in VRage.FileSystem.MyFileProviderAggregator, VRage.FileSystem.MyZipFileProvider, and VRage.FileSystem.MyClassicFileProvider.