Determine the canonical, absolute path for the given path. Expands home folder (~) on both Unix and Windows.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | path | |||
character(len=:), | intent(out), | allocatable | :: | absolute_path | ||
type(error_t), | intent(out), | allocatable | :: | error |