 | ResourceManagerSaveBytes Method (ResourceFolder, String, Byte) |
Save binary content to a file.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static bool SaveBytes(
ResourceFolder folder,
string file,
byte[] bytes
)
Request Example
View SourceParameters
- folder
- Type: KitResourceFolder
The folder where the file should exist. - file
- Type: SystemString
The path and file-name relative to the folder. - bytes
- Type: SystemByte
The byte array to save.
Return Value
Type:
BooleanWhether the file was successfully saved.
See Also