Home | Trees | Indices | Help |
---|
|
Helper functions for operations on files.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
copy src file (or a directory tree if src specifies a directory) to dest directory. dest must be a directory and must exist. if src is a relative path, then the src directory structure is preserved in dest. |
Remove the common prefix of fn and the first matching element in the path_list. Example: for fn='/a/b/c' and path=['d','/a','/a/b'] return 'b/c' If no matching path is found, then fn is returned unchanged. This function converts each element of the path_list using realpath.abspath. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:17 2012 | http://epydoc.sourceforge.net |