Last page update: October 10, 2011
Classes:
There is no class defined
External methods:
Complete reference:
These methods don’t belong to any class.
Expand user home directory (~) and environment variables. Return the expanded path
| Parameters: | path – the path to expand |
|---|
Return a list of all the files contained in a path and its descendant
| Parameters: |
|
|---|
Create a directory named path with numeric mode privileges.
| Parameters: |
|
|---|
added by Jeff.
Relative path may be more appropriate in most cases, but in some cases it may be useful to have this construction.
To make it easier to resolve document paths between different installations of genropy where sometimes it is installed in the user path and sometimes at root (i.e. /genropy/... or ~/genropy/.), so that file path given within Genropy will be resolved to be valid if possible and we do not have to edit for example our import files. Of course I expect it to be rejected and/or refactored