On 4/19/07, Jörg Arand <[EMAIL PROTECTED]> wrote:
> Is there an 16Bit-API-Function to determine the User Temp direcctory
I wouldn't recommend depending on the behavior of 16-bit API calls in
newer operating systems. Instead, I might try a little bit of FoxPro
code to determine where it is storing temp files:
create cursor Test (field1 c(10))
lcTempPathAndFile = fullpath(dbf("test"))
You'll need to parse the path from the filename with FoxTools JustPath
or the FoxPro equivalent (which you can find in GenScrn or GenMenu, I
believe).
--
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.