Re: Re: [DUG]: RE: Temp Directory

2001-08-13 Thread Nello Sestini
Jason take a look at SHGetFileInfo it's in ShellApi.pas There may be some requirement that some minimum version of IE is installed though, not sure. -ns --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTE

RE: Re: [DUG]: RE: Temp Directory

2001-08-13 Thread Jason Coley
[DUG]: RE: Temp Directory > I need to fin the temp directory, but the GetTempPath func returns > the > short filename structure, Is there a proc that returns the full long > filename dir string? The (counter-intuitively named) GetLongPathName() API function will map the short name

Re: [DUG]: RE: Temp Directory

2001-08-13 Thread Nello Sestini
> I need to fin the temp directory, but the GetTempPath func returns > the > short filename structure, Is there a proc that returns the full long > filename dir string? The (counter-intuitively named) GetLongPathName() API function will map the short name to the long name. -ns --

Re: [DUG]: RE: Temp Directory

2001-08-13 Thread Craig Goodall
Hi Jason, Not exactly the answer to your question, but when I had to do this for Pdox.db via BDE, it was put to me that there may not even be a temp dir. I needed a private dir, and created my own, hanging off the windows dir. Here's the function, maybe it's of some help to you. Cheers, Craig.

Re: [DUG]: RE: Temp Directory

2001-08-13 Thread jnorth
ExpandFilename might work JED >I need to fin the temp directory, but the GetTempPath func returns the >short filename structure, Is there a proc that returns the full long >filename dir string? ** This email and any files tr

Re:[DUG]: RE: Temp Directory

2001-08-13 Thread paul . mckenzie
-6822 T.A.B. National Office 106-110 Jackson Street Petone New Zealand Reply Separator Subject: [DUG]: RE: Temp Directory Author: [EMAIL PROTECTED] Date: 14/08/2001 14:53 Hi, I need to fin the temp directory, but the GetTempPath

[DUG]: RE: Temp Directory

2001-08-13 Thread Jason Coley
Hi, I need to fin the temp directory, but the GetTempPath func returns the short filename structure, Is there a proc that returns the full long filename dir string? Regards Jason Coley Manawatu Software Solutions http://www.software-solutions.co.nz -