FileUtilSendFileContents Method (String)
|
Sends the contents of a file to the device.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax void SendFileContents(
string filePath
)
Sub SendFileContents (
filePath As String
)
void SendFileContents(
String^ filePath
)
Parameters
- filePath
- Type: SystemString
The full file path (e.g. "C:\\Users\\%USERNAME%\\Documents\\sample.lbl").
Exceptions Exception | Condition |
---|
ConnectionException | If there is an issue communicating with the device (e.g. the connection is not
open). |
See Also