StorageHelperSaveBinaryDataToDisk Method |
Saves the file from given byte array to the file system.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static void SaveBinaryDataToDisk(
string filePath,
byte[] fileData
)
Parameters
- filePath
- Type: SystemString
File path - fileData
- Type: SystemByte
File data
See Also