Skip to content

Instantly share code, notes, and snippets.

@8maki
Created November 21, 2011 02:31
Show Gist options
  • Save 8maki/1381440 to your computer and use it in GitHub Desktop.
Save 8maki/1381440 to your computer and use it in GitHub Desktop.
sort_dirlist_by_ctime
dir_names.sort(cmp=lambda x,y: cmp(os.path.getctime('%s/%s' % (base_dir, x)), os.path.getctime('%s/%s' % (base_dir, y)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment