Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When is code performed
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00099548
Message ID:
00099550
Views:
18
The copy command completes before the USE command is executed.

>I have the following code in a VFP program:
>
>
>COPY FILE c:\data\bob.dbf TO c:\temp\bob.dbf
>USE c:\temp\bob.dbf
>
>Does VFP wait until the copy command is completed before
>the use command is performed or does it thread it to the OS to perform and then executes the USE before the COPY is completed?
>
>TIA
Previous
Reply
Map
View

Click here to load this message in the networking platform