Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOPEN does not recognise file opened with other applicat
Message
 
To
02/09/2004 12:01:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00938799
Message ID:
00938834
Views:
15
Try renaming the file. If it is successul then proceed to copy the file and do what ever is necessary. If the renaming fails then someone else still has it open.

>Hi
>
>Our client uplaods files into a DOS PC. A FoxPro application copies files from the DOS machine into another folder. The upload connection is slow and usually files are quite large. I do not want to copy a file while it is still being uploaded. I tried FOPEN() with read-write unbuffered option hoping that it will fail while the file is being uploaded, but it doesn't. To confirm this, I opened a text file on my local drive using Notepad, and I was able to open it using FOPEN() and I was also able to write into it using FWRITE()! (while it was still open in Notepad).
>
>Is there a way in FoxPro to findout if a text file is open by any Windows application?
>
>Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform