Directory.Delete
public static void Delete(string path);
Parameters
| path | The name of the directory to remove. |
Description 描述
Deletes a directory from a specified path.
| path | The name of the directory to remove. |
Deletes a directory from a specified path.