i have been looking everywhere and cant seem to find how to search for a specific directory. i have tried os.path.walk() but had no success what i want to be able to do is search for a directory say c:\program files\program name\desired directory
then change to that directory using os.chdir()