Метод | Описание | |
---|---|---|
FileExists ( string path ) : bool | ||
FolderExists ( string path ) : bool | ||
GetFiles ( string path ) : IEnumerable |
||
GetFolders ( string path ) : IEnumerable |
public FolderExists ( string path ) : bool | ||
path | string | |
Результат | bool |
public GetFiles ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |
public GetFolders ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |