Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » How to check, if a file is locked by another application?
How to check, if a file is locked by another application? [message #7245] Tue, 19 December 2006 13:04 Go to previous message
WebChaot is currently offline  WebChaot
Messages: 53
Registered: September 2006
Location: Austria, Vienna
Member
Hi all!

I need to read in some text files and parse them. These text files are transferred by ftp.

For reading them I found two solutions:

LoadFile(...)

and

FileIn in(...)

if (in)
...

But I have to prevent my service to read files, which are not finished (to transfer). So what happens with "LoadFile" or with "in" when file is still in progress? Is there a way to check, whether a file is "locked" by another application or not?

Thanks in advance,

WebChaot.
 
Read Message
Read Message
Previous Topic: How to cast String to int64?
Next Topic: brc sample problem
Goto Forum:
  


Current Time: Fri Jul 18 11:53:31 CEST 2025

Total time taken to generate the page: 0.03915 seconds