get_sys_path Function

public function get_sys_path(paths) result(ierror)

Getting the list of module search paths: sys.path

Can be used to append additional directories, where modules shall be searched

Arguments

Type IntentOptional AttributesName
type(list), intent(out) :: paths

Output: list of module search paths

Return Value integer(kind=C_INT)

Error code, 0 on success