I need to discriminate between standard Windows folder and local web
folder(FP puts an earth icon inside the folder icon). I have a win32
application that identifies standard folders by means of
"FileAttributes==FILE_ATTRIBUTE_DIRECTORY".
What is the attribute that FP2003 gives to the local folder when it creates
it?
I saw that they are refer as reparse points to the OS and not as
FILE_ATTRIBUTE_DIRECTORY. Besides using inside Explorer right bottom click
and checking properties reveals that the hidden check box is grayed out.