[fpc-devel] Patch to sysutils.FileExists (win32)
Luiz Américo
pascalive at bol.com.br
Wed Oct 12 01:57:25 CEST 2005
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?
Luiz
More information about the fpc-devel
mailing list