/tmpfile (input.mrd) (w) file def
Currently, it outputs to that file name in the same directory that I run the postscript program. I need it to output to a different directory, outside of where I am running the program. For example, I might want to output to "C:\Myfolder\input.mrd".
I have tried several different ways of declaring the file, such as
/tmpfile (C:\Myfolder\input.mrd) (w) file def, or
/tmpfile (C:/Myfolder/input.mrd) (w) file def, or
/tmpfile (Myfolder\input.mrd) (w) file def, or
/tmpfile (C:\\Myfolder\\input.mrd) (w) file def.. etc.
but none of those work. Any help would be greatly appreciated. Thank you.
Helge
I am using Xerox FreeFlow(R) VI Designer 6.0
Matt
AFAIK, the Xerox FreeFlow software is a workflow managing system which can be used together with the various printing systems supplied by Xerox; thus the PS interbreters behind the scene may be different (Solaris based DocuSP, Wintel based Fiery RIP etc.). So the file path syntax depends on the operating system the PS interpreter is running on.
Helge