File system path utility routines.
Joins paths and adds /
between them.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | path1 |
First path. |
||
character(len=*), | intent(in) | :: | path2 |
Second path. |
Joined path.
Returns a parsed path or an empty string on error. The following format descriptors are allowed:
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | path |
Input path. |
Output path.