A simple non recursive directory walker

A simple non-recursive directory walker 1.0

A simple non-recursive directory walker 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 468
  • Released: Jun 6, 2007

A simple non-recursive directory walker 1.0 Description

This script is an equivalent of os.path.walk(), but without callback function.



A simple directory walker, without the burden of creating a callback for os.path.walk().

This is also usefull for incremental directory walking (where you want to scan remaining directories in subsequent calls).

A simple non-recursive directory walker 1.0 Keywords

A simple non recursive directory walker Bookmark

Hyperlink code:
Hyperlink for Forum code:

A simple non-recursive directory walker 1.0 Script Download Notice

Top 4 Download periodically updates information of A simple non-recursive directory walker 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. A simple non-recursive directory walker 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Recursive directory listing in HTML

This script contains a function that walks a directory path, listing the files and directories in HTML format. It can sometimes ... handy to get a look at an entire directory tree, and HTML is a good way to display it. This script goes through the directory tree using os.path.walk in a generator, and outputting ...
Python

Directory Iterator

... 'deep' member.After having returned the path of a directory, the iterator will yield the content of this directory if the deep member is true. ...
Python

Flexible directory walking

This function walks a directory tree starting at a specified root folder, and returns a list of all of the files (and optionally folders) that match our pattern(s).The standard ... folder, whether to recurse down through sub-folders, the file pattern to match, and whether to include folder names in the results.The file pattern is case insensitive and UNIX style. Multiple ...
Python

Helpful 5 liner version of os makedirs

... path.If the given path already exists in the filesystem the filesystem is not modified.Otherwise makepath creates directories along the ... path if you want it to be a directory path. The usual os.makedirs functions and friends are ... issues).  makepath does all this.if one of the directory parts of the path already exists and is e.G. ...
Python

z directory

This script is a memory-based directory copier and paster. Pickled Directory objects will contain all data from a directory at path and can be saved in other locations.Once a Directory object has been created, pasting it to another ...
Python