HP PCL/PJL reference - Printer Job Language Technical Reference Manual
9-4 PJL File System Commands EN
Examples of valid pathnames include:
• <binary data> — This is the binary file data to be appended or 
used to create a new file.
Example: Using the FSAPPEND Command
This example demonstrates using the FSAPPEND command to 
append a file.
@PJL FSAPPEND FORMAT:BINARY 
~NAME = "0:\pcl\macros\OurLogo" 
~SIZE = 35<CR><LF>
35 bytes of macro data<ESC>%-12345X
Related Commands:
FSDELETE, FSDIRLIST, FSDOWNLOAD, FSINIT, FSMKDIR, 
FSQUERY, FSUPLOAD
0: Volume 0
0:\ Root directory on volume 0
0:\MyDir \MyDir directory
0:\My/Dir\Gen/Dir \Gen/Dir directory in \My/Dir 
directory
0:\dir0\file1 file1 file in \dir0 directory
0:\DIR1\DIR2\File1 File1 file in \DIR2 directory in 
\DIR1 directory
0:\DIR1\Prefix/Suffix Prefix/Suffix file in \DIR1 
directory










