Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

File.WriteAllBytes

Switch to Manual
public static function WriteAllBytes(path: string, bytes: byte[]): void;

Parameters

pathThe file to write to.
bytesThe bytes to write to the file.

Description

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.