Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Windows.File.WriteAllBytes

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

Parameters

path The file to write to.
bytes The 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.