Click or drag to resize

FileUtilLinkOs Interface

Utility class for performing file operations on a Zebra Link-OS™ printer.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public interface FileUtilLinkOs

The FileUtilLinkOs type exposes the following members.

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