Method | Description | |
---|---|---|
FileExists ( string path ) : bool | ||
FolderExists ( string path ) : bool | ||
GetFiles ( string path ) : IEnumerable |
||
GetFolders ( string path ) : IEnumerable |
public GetFiles ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |
public GetFolders ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |