Home | Trees | Indices | Help |
---|
|
path.py - An object representing a path to a file or directory. Example: from path import path d = path('/home/guido/bin') for f in d.files('*.py'): f.chmod(0755) This module requires Python 2.2 or later. URL: http://www.jorendorff.com/articles/python/path Author: Jason Orendorff <jason.orendorff@gmail.com> (and others - see the url!) Date: 7 Mar 2004
Version: 2.1
|
|||
TreeWalkWarning | |||
path Represents a filesystem path. |
|
|||
win32security =
|
|||
basestring = str, unicode
|
|||
_textmode =
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:08:32 2008 | http://epydoc.sourceforge.net |