Writes bytes to a file.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void WriteAllBytes( string path, byte[] bytes ) |
Visual Basic |
---|
Public Shared Sub WriteAllBytes ( _ path As String, _ bytes As Byte() _ ) |
Visual C++ |
---|
public: static 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.