Path: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page)
 
m (Added intrawiki link)
Line 1: Line 1:
'''Path''' is a Python module which allows the walking of a filesystem path.
'''Path''' is a [[Python]] module which allows the walking of a filesystem path.


=External Links=
=External Links=

Revision as of 19:59, 19 January 2008

Path is a Python module which allows the walking of a filesystem path.

External Links

Path home