Method | Description | |
---|---|---|
DeleteDirectoryAsync ( string path, bool recursive ) : System.Threading.Tasks.Task | ||
DeleteIfExistsAsync ( string path ) : System.Threading.Tasks.Task | ||
EnsureDirectoryExists ( string path ) : void |
public static DeleteDirectoryAsync ( string path, bool recursive ) : System.Threading.Tasks.Task | ||
path | string | |
recursive | bool | |
return | System.Threading.Tasks.Task |
public static DeleteIfExistsAsync ( string path ) : System.Threading.Tasks.Task | ||
path | string | |
return | System.Threading.Tasks.Task |
public static EnsureDirectoryExists ( string path ) : void | ||
path | string | |
return | void |