1. Computing

Programmatically Check If File is In Use - Delphi Code

From Zarko Gajic, About.com GuideApril 29, 2011

Follow me on:

Delphi TIPS :: A custom function IsFileInUse will return true if the file is locked for exclusive access. It would fail (return false) if the file doesn't exist at all. Two things need to be checked here: A) Is the file a READ-ONLY file? and B) Is the file in use?

Read the full article to learn how to Programmatically Check If File is In Use - Delphi Code

Related:

Comments
No comments yet. Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

©2013 About.com. All rights reserved.