[fpc-devel] Patch to sysutils.FileExists (win32)
Florian Klaempfl
florian at freepascal.org
Thu Oct 13 10:34:15 CEST 2005
Luiz Américo wrote:
> Luiz Américo wrote:
>
>> While dealing with DirectoryExists bug, i noticed some misbehaviors
>> from FileExists.
>> This patch implements FileExists that has the following advantages
>> compared with the current implementation:
>>
>> 1 - Return false when the argument is a directory (like Delphi)
>> 2 - Return false when passing '*' as argument (like Delphi)
>> 3 - Its faster
>>
>> It also modifies SetCurrentDir, CreateDir, RemoveDir to call the
>> native win32 api function directly instead of calling indirectly
>> through ChDir, MkDir and RmDir
>
>
> Any comments about the patch?
Sorry, I'd no time to look at it yet.
More information about the fpc-devel
mailing list