carputils
Doxygen code documentation for the python framework controlling openCARP
|
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... | |
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 | ) |