PrinterUtilDeleteFileReportDeleted Method
|
Deletes file(s) from the printer and reports what files were actually removed.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static string[] DeleteFileReportDeleted(
string connectionString,
string filePath
)
Public Shared Function DeleteFileReportDeleted (
connectionString As String,
filePath As String
) As String()
public:
static array<String^>^ DeleteFileReportDeleted(
String^ connectionString,
String^ filePath
)
Parameters
- connectionString String
- The connection string. (May be null)
- filePath String
- The location of the file on the printer. Wildcards are also accepted. (e.g. "E:FORMAT.ZPL", "E:*.*")
Return Value
StringAn array of the files which were deleted.
Exceptions Remarks
The
filePath may also contain wildcards.
See
ConnectionBuilder for the format of
connectionString.
See Also