Writes bytes to a file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
void WriteAllBytes( string path, byte[] bytes ) |
| Visual Basic |
|---|
Sub WriteAllBytes ( _ path As String, _ bytes As Byte() _ ) |
| Visual C++ |
|---|
void WriteAllBytes( String^ path, array<unsigned char>^ bytes ) |
Parameters
- path
- Type: System..::..String
Path to file to write to.
- bytes
- Type: array<System..::..Byte>[]()[][]
Bytes to write.