Méthode | Description | |
---|---|---|
ListSavefiles ( string pattern ) : string[] | ||
OpenForLoading ( string fileName ) : Stream | ||
OpenForSaving ( string fileName, bool compress = true ) : Stream | ||
SaveFileManager ( IFileStorage fileStorage ) : System |
Méthode | Description | |
---|---|---|
EnsureSavePathExists ( string path ) : void | ||
GetSavePath ( ) : string |
public ListSavefiles ( string pattern ) : string[] | ||
pattern | string | |
Résultat | string[] |
public OpenForLoading ( string fileName ) : Stream | ||
fileName | string | |
Résultat | Stream |
public OpenForSaving ( string fileName, bool compress = true ) : Stream | ||
fileName | string | |
compress | bool | |
Résultat | Stream |
public SaveFileManager ( IFileStorage fileStorage ) : System | ||
fileStorage | IFileStorage | |
Résultat | System |