Version: 2022.3
언어: 한국어

File.WriteAllBytes

매뉴얼로 전환
public static void WriteAllBytes (string path, byte[] bytes);

파라미터

path The file to write to.
bytes The bytes to write to the file.

설명

Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.


Did you find this page useful? Please give it a rating: