Метод | Описание | |
---|---|---|
DeleteDirectory ( string path, bool recursive ) : void | ||
DeleteFile ( string path ) : void |
public static DeleteDirectory ( string path, bool recursive ) : void | ||
path | string | |
recursive | bool | |
Результат | void |
public static DeleteFile ( string path ) : void | ||
path | string | |
Результат | void |