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>& | 지정된 파일에 쓸 바이트를 포함하는 바이트 배열 |
또 보기
- Class String
- Typedef ArrayPtr
- Class File
- Namespace System::IO
- Library Aspose.Page for C++