Метод | Описание | |
---|---|---|
CreateDirectory ( string path ) : void | ||
Exists ( string path ) : bool | ||
GetDirectories ( string path ) : IEnumerable |
public static CreateDirectory ( string path ) : void | ||
path | string | |
Результат | void |
public static Exists ( string path ) : bool | ||
path | string | |
Результат | bool |
public static GetDirectories ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |