PrinterUtilDeleteFile Method
|
Deletes file(s) from the printer and reports what files were actually removed.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public static void DeleteFile(
string connectionString,
string filePath
)
Public Shared Sub DeleteFile (
connectionString As String,
filePath As String
)
public:
static void DeleteFile(
String^ connectionString,
String^ filePath
)
Parameters
- connectionString
- Type: SystemString
The connection string. (May be null) - filePath
- Type: SystemString
The location of the file on the printer. Wildcards are also accepted. (e.g. "E:FORMAT.ZPL", "E:*.*")
Exceptions Remarks
The
filePath may also contain wildcards.
See
ConnectionBuilder for the format of
connectionString.
See Also