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++