|
@@ -96,6 +96,7 @@ Function FileSetAttr (Const Filename : String; Attr: longint) : Longint;
|
|
Function DeleteFile (Const FileName : String) : Boolean;
|
|
Function DeleteFile (Const FileName : String) : Boolean;
|
|
Function RenameFile (Const OldName, NewName : String) : Boolean;
|
|
Function RenameFile (Const OldName, NewName : String) : Boolean;
|
|
Function FileSearch (Const Name, DirList : String; ImplicitCurrentDir : Boolean = True) : String;
|
|
Function FileSearch (Const Name, DirList : String; ImplicitCurrentDir : Boolean = True) : String;
|
|
|
|
+Function ExeSearch (Const Name, DirList : String) : String;
|
|
Function FileIsReadOnly(const FileName: String): Boolean;
|
|
Function FileIsReadOnly(const FileName: String): Boolean;
|
|
|
|
|
|
Function GetFileHandle(var f : File):Longint;
|
|
Function GetFileHandle(var f : File):Longint;
|