| 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.6 or later.
URL: http://www.jorendorff.com/articles/python/path
Date: 2009
Version: 2.6
|
|||
| TreeWalkWarning | |||
|
path Represents a filesystem path. |
|||
|
|||
win32security = Nonehash(x) |
|||
basestring = str, unicode
|
|||
_textmode =
|
|||
__package__ =
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 17 20:45:13 2010 | http://epydoc.sourceforge.net |