Space Engineers
Public Member Functions | List of all members
VRage.FileSystem.MyClassicFileProvider Class Reference
Inheritance diagram for VRage.FileSystem.MyClassicFileProvider:
VRage.FileSystem.IFileProvider

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...
 

Detailed Description

Definition at line 10 of file MyClassicFileProvider.cs.

Member Function Documentation

bool VRage.FileSystem.MyClassicFileProvider.DirectoryExists ( string  path)
inline

True if directory exists

Parameters
path
Returns

Implements VRage.FileSystem.IFileProvider.

Definition at line 28 of file MyClassicFileProvider.cs.

bool VRage.FileSystem.MyClassicFileProvider.FileExists ( string  path)
inline

True if file exists

Parameters
path
Returns

Implements VRage.FileSystem.IFileProvider.

Definition at line 46 of file MyClassicFileProvider.cs.

IEnumerable<string> VRage.FileSystem.MyClassicFileProvider.GetFiles ( string  path,
string  filter,
MySearchOption  searchOption 
)
inline

Returns list of files in directory

Parameters
path
Returns

Implements VRage.FileSystem.IFileProvider.

Definition at line 33 of file MyClassicFileProvider.cs.

Stream VRage.FileSystem.MyClassicFileProvider.Open ( string  path,
FileMode  mode,
FileAccess  access,
FileShare  share 
)
inline

Opens file, returns null when file does not exists

Implements VRage.FileSystem.IFileProvider.

Definition at line 12 of file MyClassicFileProvider.cs.


The documentation for this class was generated from the following file: