PrinterUtilDeleteFileReportDeleted 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.14.1989
Syntaxpublic 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
 - 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:*.*") 
Return Value
Type: 
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