File
|
The FileUtilLinkOs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteFile | Deletes the file from the printer. The filePath may also contain wildcards. |
![]() | GetObjectFromPrinter(String) | Retrieves a file from the printer's file system and returns the contents of that file as a byte array. |
![]() | GetObjectFromPrinter(Stream, String) | Retrieves a file from the printer's file system and writes the contents of that file to destinationStream. |
![]() | GetObjectFromPrinterViaFtp(String, String) | Retrieves a file from the printer's file system via FTP and returns the contents of that file as a byte array. |
![]() | GetObjectFromPrinterViaFtp(Stream, String, String) | Retrieves a file from the printer's file system via FTP and writes the contents of that file to destinationStream. |
![]() | GetPrinterDownloadableObjectFromPrinter | Retrieves a file from the printer's file system and returns the contents of that file as a byte array including all necessary file wrappers for redownloading to a Zebra printer. |
![]() | GetStorageInfo | Retrieves storage information for all of the printer's available drives. |
![]() | StoreFileOnPrinter(String) | Stores the file on the printer using any required file wrappers. |
![]() | StoreFileOnPrinter(Byte, String) | Stores a file on the printer named fileNameOnPrinter with the file contents from fileContents using any required file wrappers. |
![]() | StoreFileOnPrinter(String, String) | Stores the file on the printer at the specified location and name using any required file wrappers. |