Profile.DeleteFile Method
|
Deletes the file from the profile. The filePath may also contain wildcards.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic void DeleteFile(
string filePath
)
Public Sub DeleteFile (
filePath As String
)
public:
virtual void DeleteFile(
String^ filePath
) sealed
Parameters
- filePath
- Type: System.String
The location of the file on the printer. Wildcards are also
accepted (e.g. "E:FORMAT.ZPL", "E:*.*")
Implements
FileUtilLinkOs.DeleteFile(String)
Exceptions
See Also