| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Windows.File.WriteAllBytes.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| 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.
| Web Proxy Viewer | New URL | Original Page |