EcohydroLib
1.29
|
Namespaces | |
ecohydrolib.util | |
Catch-all location for miscellaneous utility functions. | |
Functions | |
def | ecohydrolib.util.getAbsolutePathOfItem (item) |
Attempt to get absolute path of items that exist in the file system. More... | |
def | ecohydrolib.util.isExecutable (filepath) |
Check if a path is an executable file. More... | |
def | ecohydrolib.util.getAbsolutePathOfExecutable (program) |
Return the absolute path of an executable by searching through the PATH environment variable. More... | |