i have written a script which is searching automatically for a file.exe file in my root directory (like C:/root/). I have a lot of subfolders in the root directory and also a lot of file.exe files there. My scipt is able to detect all file.exe files but how can i get the full path of every file.exe found in the subfolders ? Is there any function which can return me the path so i can store it into a list ?
thanks for help