|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Path manipulation utilities for the bundle feature. More...
Functions | |
| def | os_path_split_asunder (path) |
| http://stackoverflow.com/a/4580931/171094 More... | |
| def | is_subdirectory (potential_subdirectory, expected_parent_directory) |
| Is the first argument a sub-directory of the second argument? More... | |
Path manipulation utilities for the bundle feature.
| def carputils.bundle.path_utils.is_subdirectory | ( | potential_subdirectory, | |
| expected_parent_directory | |||
| ) |
Is the first argument a sub-directory of the second argument?
| potential_subdirectory | |
| expected_parent_directory |
| def carputils.bundle.path_utils.os_path_split_asunder | ( | path | ) |
1.8.13