Re: what's wrong with this "copy to" line
- From: "Bubba Gump Shrimp" <none@xxxxxxxxxxxxx>
- Date: Fri, 2 Dec 2005 15:04:29 -0500
I know the directory exists for a fact. As a matter of fact, just in case
there was a typo i wasn't seeing, in the command window where I opened up
the program, from the same directory, I copied the path and pasted it into
that line in the program but it still pukes.
What the hell????
"Trey Walpole" <treypole@xxxxxxx> wrote in message
news:%23YP%23Go39FHA.252@xxxxxxxxxxxxxxxxxxxxxxx
> works fine for me - with or w/o extension, w/o directory same as filename
> existing (vfp9)
>
> are you sure the target directory exists? don't eyeball it - use the
> DIRECTORY() function.
>
> IF DIRECTORY("C:\WORK\ADHOC\SURFER\M2\")
> COPY TO ...
> ENDIF
>
> Bubba Gump Shrimp wrote:
>
>>OK, I can't figure this out. sometimes this line works and sometimes it
>>won;t, and from the same program. Can someone tell me what's wrong with
>>it? I'm using VFP7 and VFP9 and I get the error "invalid path or filename"
>>but the path is correct.
>>
>>COPY TO "C:\WORK\ADHOC\SURFER\M2\INU141" TYPE DELIMITED WITH "" WITH
>>CHARACTER "|"
>>
>>If I shorten it down and put it in "C:\work" then it works fine.
>>
>>Please help!
>>
>>Thanks!
>>Buster
>>
>>
.
- References:
- what's wrong with this "copy to" line
- From: Bubba Gump Shrimp
- Re: what's wrong with this "copy to" line
- From: Trey Walpole
- what's wrong with this "copy to" line
- Prev by Date: Re: Future of VFP (yet again)
- Next by Date: Re: what's wrong with this "copy to" line
- Previous by thread: Re: what's wrong with this "copy to" line
- Next by thread: Re: what's wrong with this "copy to" line
- Index(es):
Relevant Pages
|