Skip to content

Instantly share code, notes, and snippets.

@jkeyes
Created September 13, 2011 15:02
Show Gist options
  • Save jkeyes/1214026 to your computer and use it in GitHub Desktop.
Save jkeyes/1214026 to your computer and use it in GitHub Desktop.
pathfinder depth support
import pathfinder
# only search top 2 levels of the directory tree
paths = pathfinder.pathfind(".", depth=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment