6 5:01 PM
> Subject: RE: Saving to %USERPROFILE%\Local Settings\Temp
>
>
> Thanks. I've decided to go with ADDBS(GETENV("USERPROFILE"))
> + "Local Settings\Temp". If I use "TEMP", I get an ugly path.
>
_
sday, September 05, 2006 4:59 PM
To: [EMAIL PROTECTED]
Subject: Re: Saving to %USERPROFILE%\Local Settings\Temp
On 9/5/06, Tracy Pearson <[EMAIL PROTECTED]> wrote:
> This might get you headed in a better direction:
>
> ADDBS(GETENV("USERPROFILE")) + "Local Settings\Te
On 9/5/06, Tracy Pearson <[EMAIL PROTECTED]> wrote:
This might get you headed in a better direction:
ADDBS(GETENV("USERPROFILE")) + "Local Settings\Temp"
or
ADDBS(GETENV("TEMP"))
Nice, I didn't know about ADDBS(). Looks like one of the old
foxtools.fll functions.
--
Paul
__
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 invali
This might get you headed in a better direction:
ADDBS(GETENV("USERPROFILE")) + "Local Settings\Temp"
or
ADDBS(GETENV("TEMP"))
Tracy
> -Original Message-
> From: Nick Cipollina
> Sent: Tuesday, September 05, 2006 4:44 PM
> Subject: Saving to %USERPROFILE%\Local Settings\Temp
>
>
> How c
Nick Cipollina 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.
Can't you use th
6 matches
Mail list logo