diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/fileutils-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/fileutils-module.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,674 @@
+
+
+
+
+
+
+
+
+
+ |
+
+
+ move(src,
+ dst)
+ Recursively move a file or directory to another location. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ rmtree(rootdir)
+ Catch shutil.rmtree failures on Windows when files are read-only. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ destinsrc(src,
+ dst)
+ Fixed version of destinscr, that doesn't match dst with same root name. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ which(executable)
+ Search for executable in the PATH. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ load_policy_content(filename)
+ Testing policy content loading. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ getmd5(fullpath,
+ chunk_size=2**16)
+ returns the md5 value |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ read_symbian_policy_content(filename)
+ Read the policy category from the policy file. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ get_next_free_drive()
+ Return the first free drive found else it raise an exception. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ subst(drive,
+ path)
+ Substing path as a drive. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ unsubst(drive)
+ Unsubsting the drive. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ mount(drive,
+ unc,
+ username=None,
+ password=None,
+ persistent=False)
+ Windows helper function to map a network drive. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ umount(drive)
+ Windows helper function to map a network drive. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ touch(srcdir)
+ Recursively touches all the files in the source path mentioned. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+