System::IO::File::Delete 方法
File::Delete method
删除指定的文件或目录。
static void System::IO::File::Delete(const String &path)
| 参数 | 类型 | 描述 |
|---|---|---|
| 路径 | const String& | 要删除的文件或目录的路径 |
另见
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++
删除指定的文件或目录。
static void System::IO::File::Delete(const String &path)
| 参数 | 类型 | 描述 |
|---|---|---|
| 路径 | const String& | 要删除的文件或目录的路径 |