/
FileInUse

FileInUse

Parameter

(FileName : String) : Boolean;

Beschreibung

Prüft ob die angegebene Datei von einer anderen Anwendung in Verwendung ist und exklusiv geöffnet werden kann.

Beispiel

If FileInUse('c:\example.dat') = True
  Then Raise('File is in use by another application!'); 

Related content

FileInUse
More like this
FileExists
More like this
FileExists
More like this
FileExists
More like this
CompareFile
More like this
Raise
More like this