FileUtilLinkOsDeleteFile Method 
             | 
          
        
         
            Deletes the file from the printer. The filePath may also contain wildcards.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxvoid DeleteFile(
	string filePath
)
Sub DeleteFile ( 
	filePath As String
)
void DeleteFile(
	String^ filePath
)
Parameters
- filePath
 - Type: SystemString
The location of the file on the printer. Wildcards are also accepted (e.g. "E:FORMAT.ZPL", "E:*.*") 
Exceptions
See Also