System::IO::File::Delete 方法

File::Delete method

删除指定的文件或目录。

static void System::IO::File::Delete(const String &path)
参数类型描述
路径const String&要删除的文件或目录的路径

另见