TEMP Folder


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jim Guerber on June 12, 2007 at 17:54:26:

In Reply to: TEMP Folder...> posted by Tom Fulton on June 12, 2007 at 13:15:20:

The code in COSP that deals with the path for HTML and TXT printers is this:

char TempPath[MAX_PATH+1];
if(!GetTempPath(sizeof(TempPath)-1,TempPath))

We could change the call to:

if(!GetEnvironmentVariable("TEMP",TempPath,sizeof(TempPath)-1))

Barb and I have tested both of these Windows calls and they both result in the same folder spec -- the user's temp folder, not windows\temp.

Would anyone care to try this change? Can any of you reproduce the problem at will?


PDF printers derive their folders entirely differently depending on whether it is PDF Factory or Adobe.





Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]