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:
00938833
Views:
15
I agree with Steve, with the Notepad it is not a proper test (you even can rename/move the file when it is open in the Notepad).
In your case you probably may check for the file size, say, each five seconds, and if the size is not 0 and has not been changed, then download is comleted.

Perhaps there is a file end marker? Then you could check for it.

>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