PrinterUtilListFiles Method
|
Retrieves the names of the files which are stored on the device.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static string[] ListFiles(
string connectionString,
string filter
)
Public Shared Function ListFiles (
connectionString As String,
filter As String
) As String()
public:
static array<String^>^ ListFiles(
String^ connectionString,
String^ filter
)
Parameters
- connectionString String
- The connection string. (May be null)
- filter String
- Filter for returned files. (e.g. "E:*.ZPL", "*:*.*", "R:MYFILE.*")
Return Value
StringList of file names on the printer.
Exceptions Remarks See Also