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