On 9/5/06, Nick Cipollina <[EMAIL PROTECTED]> wrote:
How can I copy the contents of a table to %USERPROFILE%\Local Settings\Temp? I tried
creating a variable called m.filename that was equal to "%USERPROFILE%\Local
Settings\Temp\temp.dbf" and did the following COPY TO (m.filename)
Said invalid path.
Try:
m.filename = GETENV("USERPROFILE") + "\Local Settings\Temp\temp.dbf"
I think there's an API call to get the location of the temp folder,
but I can't remember it.
--
Paul
_______________________________________________
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
** 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.