Saves the bytes from memory into a file.
Syntax
object.SaveByteData(FileName)
The SaveByteData method syntax has these parts:
Part | Description |
object | Required. An object expression that evaluates to an object in the Applies To list. |
FileName | Required. Specifies the file for the bytes to be saved. |
Remarks
The SaveByteData method takes a string (FileName), and saves the bytes from memory into the file represented by the string.