In this edit box you can specify the path where the driver will save the generated image files.
The printer driver can handle long directory names like C:\My Documents\Printed Files\
NOTE: On Terminal Server each user can use a separate output directory. Setting a separate output directory for each user can be done in two ways:
a. Each user will set their own output directory manually by entering in this field the directory path they want to use. The user must have permission to set the printer.
or
b. Specify the environment variable which contains a directory path. The environment variable name must be between “<<” and “>>” marks. I.e.: <<TEMP>>. The printer driver will use the value from the environment variable as the output directory. This environment variable should be specified for each user by the system administrator. The system administrator can add to the autoexec.bat the a SET command which uses the %USER% environment variable so this path will be unique for each user. I.e.:
SET TEMP=C:\Temp\%USER%

I.e. to specify the TEMP environment variable as output directory enter in this field: <<TEMP>>
Note: If the specified environment variable is not found the printer driver will use by default the temp directory of the actual user to generate the image files.
To specify a directory in the directory specified in the environment variable use the following format: <<TEMP>>\UserDir