طريقة System::IO::File::AppendText
File::AppendText method
ينشئ كائنًا من StreamWriter يضيف نصًا إلى الملف المحدد باستخدام ترميز UTF-8. إذا لم يكن الملف المحدد موجودًا، يتم إنشاؤه.
static StreamWriterPtr System::IO::File::AppendText(const String &path)
| Parameter | Type | الوصف |
|---|---|---|
| المسار | const String& | مسار الملف للفتح أو الإنشاء |
ReturnValue
مؤشر مشترك إلى كائن StreamWriter المُنشأ المرتبط بالملف المحدد
انظر أيضًا
- Typedef StreamWriterPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++