Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

File.WriteAllBytes

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

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答