Hi Guys,
I want to do a drive search for specific files using a recursive Adir() call.
But the 'D' parameter for directories also selects so called symlinks made with the DOS-command MKLINK /D.
In fact symlinks are aliases for an other real folder.
To prevent double results I need to skip symlinkd folders. But how to determine in VFP if a folder is real or a symlinkd alias?
The DOS Dir command shows <DIR> or <SYMLINKD> so the DOS prompt can determine the difference. But I don't want a recursive call with Dos Dir commands. VFP's Adir() is blazing fast.
I want to do a drive search for specific files using a recursive Adir() call.
But the 'D' parameter for directories also selects so called symlinks made with the DOS-command MKLINK /D.
In fact symlinks are aliases for an other real folder.
To prevent double results I need to skip symlinkd folders. But how to determine in VFP if a folder is real or a symlinkd alias?
The DOS Dir command shows <DIR> or <SYMLINKD> so the DOS prompt can determine the difference. But I don't want a recursive call with Dos Dir commands. VFP's Adir() is blazing fast.