Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

absolute file path on Windows

3 views
Skip to first unread message

reakt.@adobeforums.com

unread,
Mar 10, 2009, 12:31:06 AM3/10/09
to
Hello, I have a postscript program which needs to output some text to a file. I declare the filename like so:

/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_B...@adobeforums.com

unread,
Mar 11, 2009, 1:53:47 PM3/11/09
to
What PS interpreter do you use? The exact syntax - especially with respect to drive letters - depends on how the PS interpreter implements the access to the host's file system(s).

Helge

reakt.@adobeforums.com

unread,
Mar 11, 2009, 9:52:48 PM3/11/09
to
Hi Helge

I am using Xerox FreeFlow(R) VI Designer 6.0

Matt

Helge_B...@adobeforums.com

unread,
Mar 19, 2009, 5:08:36 AM3/19/09
to
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

0 new messages