طريقة System::IO::File::WriteAllBytes

File::WriteAllBytes method

يكتب فوق الملف الثنائي المحدد ويكتب البايتات المحددة فيه.

static void System::IO::File::WriteAllBytes(const String &path, const ArrayPtr<uint8_t> &bytes)
معاملنوعالوصف
مسارconst String&الملف الذي سيُكتب إليه
بايتاتconst ArrayPtr<uint8_t>&مصفوفة البايتات التي تحتوي على البايتات التي ستُكتب إلى الملف المحدد

انظر أيضًا