Method | Description | |
---|---|---|
CreateDirectoryAsync ( string desiredName, CollisionOption option, |
||
CreateFileAsync ( string desiredName, CollisionOption option, |
||
DeleteAsync ( |
||
ExistsAsync ( |
||
GetDirectoriesAsync ( |
||
GetDirectoryAsync ( string name, |
||
GetFileAsync ( string name, |
||
GetFilesAsync ( |
||
GetFilesAsync ( string searchPattern, |
||
WindowsStorageDirectory ( IStorageFolder storage ) : System | ||
WindowsStorageDirectory ( string path ) : System |
Method | Description | |
---|---|---|
EnsureExistsAsync ( |
||
FitsMask ( string fileName, string fileMask ) : bool |
public CreateDirectoryAsync ( string desiredName, CollisionOption option, |
||
desiredName | string | |
option | CollisionOption | |
cancellationToken | ||
return | Task |
public CreateFileAsync ( string desiredName, CollisionOption option, |
||
desiredName | string | |
option | CollisionOption | |
cancellationToken | ||
return | Task |
public DeleteAsync ( |
||
cancellationToken | ||
return | Task |
public ExistsAsync ( |
||
cancellationToken | ||
return | Task |
public GetDirectoriesAsync ( |
||
cancellationToken | ||
return | Task |
public GetDirectoryAsync ( string name, |
||
name | string | |
cancellationToken | ||
return | Task |
public GetFileAsync ( string name, |
||
name | string | |
cancellationToken | ||
return | Task |
public GetFilesAsync ( |
||
cancellationToken | ||
return | Task |
public GetFilesAsync ( string searchPattern, |
||
searchPattern | string | |
cancellationToken | ||
return | Task |
public WindowsStorageDirectory ( IStorageFolder storage ) : System | ||
storage | IStorageFolder | |
return | System |
public WindowsStorageDirectory ( string path ) : System | ||
path | string | |
return | System |