Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copyfile
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01284907
Message ID:
01284936
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
>I am using VFP native command:
>
>COPY FILE FileName1 TO FileName2
>
>Is there a way to know whether the file has been copied, after
>command is applied ?
>
>Moises

IF FILE('FileName2')
*-- file is OK
ELSE
*-- didn't copy
ENDIF

HTH, Harry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform