Directory.Delete

public static void Delete(string path);

Parameters

pathThe name of the directory to remove.

Description 描述

Deletes a directory from a specified path.