Python dircache Functions

EditRocket provides the following information on dircache functions in the Python source code builder.

annotate(head, list) - Assume list is a list of paths relative to head, and append, in place, a "/" to each path which points to a directory.

listdir(path) - Return a directory listing of path, as gotten from os.

opendir(path) - Same as listdir().

reset() - Resets the directory cache.