diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/pathaddition.relative-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/pathaddition.relative-module.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,337 @@
+
+
+
+
+
+
+
+
+
+ |
+
+
+ isabs(string)
+ @return true if string is an absolute path or protocoladdress
+for addresses beginning in http:// or ftp:// or ldap:// -
+they are considered "absolute" paths. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ rel2abs(path,
+ base=None)
+ converts a relative path to an absolute path. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ pathsplit(p,
+ rest=None)
+ Split path to pieces |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ commonpath(l1,
+ l2,
+ common=None)
+ return the common path |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ abs2rel(path,
+ base=None)
+ @return a relative path from base to path. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ commonprefix(paths)
+ Returns the common prefix base on the path components. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+