메소드 | 설명 | |
---|---|---|
CreatePath ( string path ) : IPath |
Creates the path object from the given
|
|
FileSystem ( ) : System |
Initializes a new instance of the FileSystem class.
|
|
GetDirectoryFromPathAsync ( string path, |
Gets a folder, given its path.
|
|
GetFileFromPathAsync ( string path, |
Gets a file, given its path.
|
public CreatePath ( string path ) : IPath | ||
path | string | The path to create. |
리턴 | IPath |
public GetDirectoryFromPathAsync ( string path, |
||
path | string | The path to a directory, as returned from the |
cancellationToken | The cancellation token. | |
리턴 | Task |
public GetFileFromPathAsync ( string path, |
||
path | string | The path to a file, as returned from the |
cancellationToken | The cancellation token. | |
리턴 | Task |