Method | Description | |
---|---|---|
CreateFileAsync ( string path, |
||
CreateFileAsync ( string path, StorageStrategy location = StorageStrategy.Local, CreationCollisionOption option = CreationCollisionOption.OpenIfExists ) : Task |
||
DeleteFileAsync ( string path, |
||
DeleteFileAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
DeleteFolderContentAsync ( |
||
DeleteFolderContentAsync ( StorageStrategy location ) : System.Threading.Tasks.Task | ||
EnsureFolderExistsAsync ( string path, |
||
EnsureFolderExistsAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
FileExistsAsync ( string path, |
||
FileExistsAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
GetFileAsync ( string path, |
||
GetFileAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
GetFolderAsync ( string path, |
||
GetFolderAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
GetFolderFromStrategy ( StorageStrategy location ) : |
||
GetIfFileExistsAsync ( string path, |
||
GetIfFileExistsAsync ( string path, StorageStrategy strategy = StorageStrategy.Local ) : Task |
||
GetReaderForFileAsync ( string path, |
||
GetReaderForFileAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
GetWriterForFileAsync ( string path, |
||
GetWriterForFileAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
Method | Description | |
---|---|---|
_EnsureFolderExistsAsync ( string name, |
||
_GetFolderAsync ( string name, |
public static CreateFileAsync ( string path, |
||
path | string | |
folder | ||
option | CreationCollisionOption | |
return | Task |
public static CreateFileAsync ( string path, StorageStrategy location = StorageStrategy.Local, CreationCollisionOption option = CreationCollisionOption.OpenIfExists ) : Task |
||
path | string | |
location | StorageStrategy | |
option | CreationCollisionOption | |
return | Task |
public static DeleteFileAsync ( string path, |
||
path | string | |
folder | ||
return | Task |
public static DeleteFileAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
path | string | |
location | StorageStrategy | |
return | Task |
public static DeleteFolderContentAsync ( |
||
folder | ||
return | System.Threading.Tasks.Task |
public static DeleteFolderContentAsync ( StorageStrategy location ) : System.Threading.Tasks.Task | ||
location | StorageStrategy | |
return | System.Threading.Tasks.Task |
public static EnsureFolderExistsAsync ( string path, |
||
path | string | |
parentFolder | ||
return | Task |
public static EnsureFolderExistsAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
path | string | |
location | StorageStrategy | |
return | Task |
public static FileExistsAsync ( string path, |
||
path | string | |
folder | ||
return | Task |
public static FileExistsAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
path | string | |
location | StorageStrategy | |
return | Task |
public static GetFileAsync ( string path, |
||
path | string | |
folder | ||
return | Task |
public static GetFileAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
path | string | |
location | StorageStrategy | |
return | Task |
public static GetFolderAsync ( string path, |
||
path | string | |
parentFolder | ||
return | Task |
public static GetFolderAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
path | string | |
location | StorageStrategy | |
return | Task |
public static GetFolderFromStrategy ( StorageStrategy location ) : |
||
location | StorageStrategy | |
return |
public static GetIfFileExistsAsync ( string path, |
||
path | string | |
folder | ||
return | Task |
public static GetIfFileExistsAsync ( string path, StorageStrategy strategy = StorageStrategy.Local ) : Task |
||
path | string | |
strategy | StorageStrategy | |
return | Task |
public static GetReaderForFileAsync ( string path, |
||
path | string | |
folder | ||
return | Task |
public static GetReaderForFileAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
path | string | |
location | StorageStrategy | |
return | Task |
public static GetWriterForFileAsync ( string path, |
||
path | string | |
folder | ||
return | Task |
public static GetWriterForFileAsync ( string path, StorageStrategy location = StorageStrategy.Local ) : Task |
||
path | string | |
location | StorageStrategy | |
return | Task |