get_absolute_path Subroutine

public subroutine get_absolute_path(path, absolute_path, error)

Determine the canonical, absolute path for the given path. Expands home folder (~) on both Unix and Windows.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path
character(len=:), intent(out), allocatable :: absolute_path
type(error_t), intent(out), allocatable :: error