Click or drag to resize

FileUtilLinkOs Methods

The FileUtilLinkOs type exposes the following members.

Methods
  Name Description
Public method DeleteFile Deletes the file from the printer. The filePath may also contain wildcards.
Public method GetObjectFromPrinter(String) Retrieves a file from the printer's file system and returns the contents of that file as a byte array.
Public method GetObjectFromPrinter(Stream, String) Retrieves a file from the printer's file system and writes the contents of that file to destinationStream.
Public method 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.
Public method GetObjectFromPrinterViaFtp(Stream, String, String) Retrieves a file from the printer's file system via FTP and writes the contents of that file to destinationStream.
Public method 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.
Public method GetStorageInfo Retrieves storage information for all of the printer's available drives.
Public method StoreFileOnPrinter(String) Stores the file on the printer using any required file wrappers.
Public method StoreFileOnPrinter(Byte, String) Stores a file on the printer named fileNameOnPrinter with the file contents from fileContents using any required file wrappers.
Public method StoreFileOnPrinter(String, String) Stores the file on the printer at the specified location and name using any required file wrappers.
Top
See Also