is_absolute_path Function

public pure function is_absolute_path(path) result(is_abs)

True if path is absolute: POSIX "/…", a Windows drive "X:\…"/"X:/…", or a UNC "\…" path. Used so a user-supplied absolute grid path is left untouched while relative paths are anchored to the case directory.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path

Return Value logical