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&السلسلة التي سيتم كتابتها إلى الملف
encodingconst EncodingPtr&ترميز الأحرف الذي سيُستخدم

انظر أيضًا