|
Stream | Open (string path, FileMode mode, FileAccess access, FileShare share) |
| FileShare is ignored Usage: C:.zip\InnerFolder\file.txt 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...
|
|
|
readonly char[] | Separators = new char[] { Path.AltDirectorySeparatorChar, Path.DirectorySeparatorChar } |
|
Definition at line 13 of file MyZipFileProvider.cs.
bool VRage.FileSystem.MyZipFileProvider.DirectoryExists |
( |
string |
path | ) |
|
|
inline |
bool VRage.FileSystem.MyZipFileProvider.FileExists |
( |
string |
path | ) |
|
|
inline |
IEnumerable<string> VRage.FileSystem.MyZipFileProvider.GetFiles |
( |
string |
path, |
|
|
string |
filter, |
|
|
MySearchOption |
searchOption |
|
) |
| |
|
inline |
static bool VRage.FileSystem.MyZipFileProvider.IsZipFile |
( |
string |
path | ) |
|
|
inlinestatic |
Stream VRage.FileSystem.MyZipFileProvider.Open |
( |
string |
path, |
|
|
FileMode |
mode, |
|
|
FileAccess |
access, |
|
|
FileShare |
share |
|
) |
| |
|
inline |
readonly char [] VRage.FileSystem.MyZipFileProvider.Separators = new char[] { Path.AltDirectorySeparatorChar, Path.DirectorySeparatorChar } |
The documentation for this class was generated from the following file: