Click or drag to resize

FileUtilRetrieveFileNames Method (String)

Retrieves the names of the files which are stored on the device.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
string[] RetrieveFileNames(
	string[] extensions
)

Parameters

extensions
Type: SystemString
The extensions to filter on.

Return Value

Type: String
List of file names.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error connecting to the device.
ZebraIllegalArgumentExceptionIf there is an error parsing the directory data returned by the device.
Remarks
This method only returns files which have one of the extensions in extensions.
See Also