PrinterUtilListFiles Method 
             | 
          
        
         
            Retrieves the names of the files which are stored on the device.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic 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
 - Type: SystemString
The connection string. (May be null) - filter
 - Type: SystemString
Filter for returned files. (e.g. "E:*.ZPL", "*:*.*", "R:MYFILE.*") 
Return Value
Type: 
StringList of file names on the printer.
Exceptions
Remarks
See Also