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())
ParameterTypeالوصف
المسارconst String&مسار الملف لإضافة السلسلة إليه
المحتوياتconst String&السلسلة التي سيتم كتابتها إلى الملف
الترميزconst EncodingPtr&ترميز الأحرف المستخدم

انظر أيضًا