TalosBlack
Programmer
I am writing a program that explores a file tree it moves through the directories and files and takes certain information from the files to compare it to another file. I have figured out how to use the _findfirst and _findnext commands to move through a directory. The problem is i need to be able to move to where shortcuts point. In other words if there is a shortcut in the directory i'm searching i need to be able to move to the shortcuts destination. (providing it's a folder shortcut i'm not concerned for doing anything with shortcuts to files such as exes right now.) Right now when i come across a new folder which i ID through it's attributes i parse the folders name onto the end of my path using the stngcat commmand. I am working with ms visual c++ 4.0. Any help would be great thanks.
John
John