System::IO::File::OpenWrite 方法
File::OpenWrite method
以 ‘OpenOrCreate’ 模式以仅写入方式打开指定文件,且不共享。
static FileStreamPtr System::IO::File::OpenWrite(const String &path)
| 参数 | 类型 | 描述 |
|---|---|---|
| 路径 | const String& | 要打开的文件路径 |
ReturnValue
一个与已打开文件关联的 FileStream 对象
另见
- Typedef FileStreamPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++