Méthode | Description | |
---|---|---|
ChangeExtension ( string path, string newExtension ) : string | ||
Combine ( string path1, string path2 ) : string | ||
DirectoryExists ( string path ) : bool | ||
EnumerateFiles ( string path ) : IEnumerable |
||
EnumerateFiles ( string path, string searchPattern ) : IEnumerable |
||
EnumerateFiles ( string path, string searchPattern, Core option ) : IEnumerable |
||
EnumerateFiles ( string path ) : System.Collections.Generic.IEnumerable |
||
EnumerateFiles ( string path, string searchPattern ) : System.Collections.Generic.IEnumerable |
||
EnumerateFiles ( string path, string searchPattern, NScumm option ) : System.Collections.Generic.IEnumerable |
||
FileExists ( string path ) : bool | ||
GetDirectoryName ( string path ) : string | ||
GetExtension ( string path ) : string | ||
GetFileName ( string path ) : string | ||
GetFileNameWithoutExtension ( string path ) : string | ||
GetSignature ( string path ) : string | ||
LoadDocument ( Stream stream ) : System.Xml.Linq.XDocument | ||
OpenContent ( string path ) : Stream | ||
OpenFileRead ( string path ) : Stream | ||
OpenFileWrite ( string path ) : Stream | ||
ReadAllBytes ( string filename ) : byte[] |
Méthode | Description | |
---|---|---|
WildcardToRegex ( string pattern ) : string |
public ChangeExtension ( string path, string newExtension ) : string | ||
path | string | |
newExtension | string | |
Résultat | string |
public Combine ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
Résultat | string |
public DirectoryExists ( string path ) : bool | ||
path | string | |
Résultat | bool |
public EnumerateFiles ( string path ) : IEnumerable |
||
path | string | |
Résultat | IEnumerable |
public EnumerateFiles ( string path, string searchPattern ) : IEnumerable |
||
path | string | |
searchPattern | string | |
Résultat | IEnumerable |
public EnumerateFiles ( string path, string searchPattern, Core option ) : IEnumerable |
||
path | string | |
searchPattern | string | |
option | Core | |
Résultat | IEnumerable |
public EnumerateFiles ( string path ) : System.Collections.Generic.IEnumerable |
||
path | string | |
Résultat | System.Collections.Generic.IEnumerable |
public EnumerateFiles ( string path, string searchPattern ) : System.Collections.Generic.IEnumerable |
||
path | string | |
searchPattern | string | |
Résultat | System.Collections.Generic.IEnumerable |
public EnumerateFiles ( string path, string searchPattern, NScumm option ) : System.Collections.Generic.IEnumerable |
||
path | string | |
searchPattern | string | |
option | NScumm | |
Résultat | System.Collections.Generic.IEnumerable |
public GetDirectoryName ( string path ) : string | ||
path | string | |
Résultat | string |
public GetExtension ( string path ) : string | ||
path | string | |
Résultat | string |
public GetFileName ( string path ) : string | ||
path | string | |
Résultat | string |
public GetFileNameWithoutExtension ( string path ) : string | ||
path | string | |
Résultat | string |
public GetSignature ( string path ) : string | ||
path | string | |
Résultat | string |
public LoadDocument ( Stream stream ) : System.Xml.Linq.XDocument | ||
stream | Stream | |
Résultat | System.Xml.Linq.XDocument |
public OpenContent ( string path ) : Stream | ||
path | string | |
Résultat | Stream |
public OpenFileRead ( string path ) : Stream | ||
path | string | |
Résultat | Stream |
public OpenFileWrite ( string path ) : Stream | ||
path | string | |
Résultat | Stream |
public ReadAllBytes ( string filename ) : byte[] | ||
filename | string | |
Résultat | byte[] |