HI
Is there any way to know what are the mounted drives on a local machines.

i Think in a $HOMEDIR/nethood contains symbolic links to all network mounted drives.. IS there any API to find this list?


Also I am using FindFirstFile, FindFirstFile To recursively get all the files from a Folder But when it come across a .lnk file which represents a symbolic links . It does not give target file path in WIN32_FIND_DATA. the filename i get is filename.lnk
and it even dont show it is a directory.. in ( lpfindattributes)

Does any one know how to follow symbolic links ...


Thanking in anticipation

Sachin