Popular recipes tagged "subdirectory"http://code.activestate.com/recipes/tags/subdirectory/popular/2010-02-02T11:35:53-08:00ActiveState Code RecipesFind file in subdirectory (Python) 2010-02-02T11:35:53-08:00Daniel Cohnhttp://code.activestate.com/recipes/users/4172918/http://code.activestate.com/recipes/577027-find-file-in-subdirectory/ <p style="color: grey"> Python recipe 577027 by <a href="/recipes/users/4172918/">Daniel Cohn</a> (<a href="/recipes/tags/file/">file</a>, <a href="/recipes/tags/find/">find</a>, <a href="/recipes/tags/subdirectory/">subdirectory</a>). Revision 2. </p> <p>Walks subdirectories to find a file and returns . Default start location is the current working directory. Optionally, a different directory can be set as the search's starting location.</p>