System::IO::File::AppendAllText طريقة
File::AppendAllText method
يضيف السلسلة المحددة إلى الملف المحدد باستخدام الترميز المحدد.
static void System::IO::File::AppendAllText(const String &path, const String &contents, const EncodingPtr &encoding=Text::Encoding::get_UTF8Unmarked())
| Parameter | Type | الوصف |
|---|---|---|
| المسار | const String& | مسار الملف لإضافة السلسلة إليه |
| المحتويات | const String& | السلسلة التي سيتم كتابتها إلى الملف |
| الترميز | const EncodingPtr& | ترميز الأحرف المستخدم |
انظر أيضًا
- Class String
- Typedef EncodingPtr
- Class File
- Namespace System::IO
- Library Aspose.Page for C++