|
@@ -57,11 +57,11 @@ Const
|
|
|
|
|
|
Type
|
|
Type
|
|
{ Needed for LFN Support }
|
|
{ Needed for LFN Support }
|
|
- ComStr = RtlString;
|
|
|
|
- PathStr = RtlString;
|
|
|
|
- DirStr = RtlString;
|
|
|
|
- NameStr = RtlString;
|
|
|
|
- ExtStr = RtlString;
|
|
|
|
|
|
+ ComStr = String[FileNameLen];
|
|
|
|
+ PathStr = String[FileNameLen];
|
|
|
|
+ DirStr = String[FileNameLen];
|
|
|
|
+ NameStr = String[FileNameLen];
|
|
|
|
+ ExtStr = String[FileNameLen];
|
|
|
|
|
|
{
|
|
{
|
|
filerec.inc contains the definition of the filerec.
|
|
filerec.inc contains the definition of the filerec.
|
|
@@ -113,7 +113,7 @@ Procedure FindClose(Var f: SearchRec);
|
|
{File}
|
|
{File}
|
|
Procedure GetFAttr(var f; var attr: word);
|
|
Procedure GetFAttr(var f; var attr: word);
|
|
Procedure GetFTime(var f; var time: longint);
|
|
Procedure GetFTime(var f; var time: longint);
|
|
-Function FSearch(path: pathstr; dirlist: RtlString): pathstr;
|
|
|
|
|
|
+Function FSearch(path: pathstr; dirlist: string): pathstr;
|
|
Function FExpand(const path: pathstr): pathstr;
|
|
Function FExpand(const path: pathstr): pathstr;
|
|
Procedure FSplit(path: pathstr; var dir: dirstr; var name: namestr; var ext: extstr);
|
|
Procedure FSplit(path: pathstr; var dir: dirstr; var name: namestr; var ext: extstr);
|
|
function GetShortName(var p : String) : boolean;
|
|
function GetShortName(var p : String) : boolean;
|