Click or drag to resize

ProfileDeleteFile 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: 3.0.3271
Syntax
public void DeleteFile(
	string filePath
)

Parameters

filePath  String
The location of the file on the printer. Wildcards are also accepted (e.g. "E:FORMAT.ZPL", "E:*.*")

Implements

FileUtilLinkOsDeleteFile(String)
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error accessing the profile.
See Also