Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to tell if a CSV file is locked by another applicati
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01042704
Message ID:
01042709
Views:
23
This message has been marked as the solution to the initial question of the thread.
Something like this:
lnfp=fopen(fullpath("yourfile.csv"),12)
if lnfp > 0
    =fclose(lnfp)
else
   *in use somewhere
endif
>Hi
>
>How can I tell if a CSV file is locked by anmother application?
>
>Thanks
>
>Colin Northway
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform