Kit Documentation
Kit Documentation
Kit Reference
Kit
ResourceManager Class
ResourceManager Methods
SaveBytes Method
SaveBytes Method (String, Byte[])
SaveBytes Method (ResourceFolder, String, Byte[])
ResourceManager
SaveBytes Method (String,
Byte
)
Save binary content to a file.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
bool
SaveBytes
(
string
fullPath
,
byte
[]
bytes
)
Request Example
View Source
Parameters
fullPath
Type:
System
String
Absolute path to the file.
bytes
Type:
System
Byte
The byte array to save.
Return Value
Type:
Boolean
Whether the file was successfully saved.
See Also
Reference
ResourceManager Class
SaveBytes Overload
Kit Namespace
Send comments on this topic to
agam@frag-games.com