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>&지정된 파일에 쓸 바이트를 포함하는 바이트 배열

또 보기