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