If fname names the pointer file, read the real path from it; otherwise return fname unchanged. Detects >512-char truncation explicitly.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | pointer_file | |||
| character(len=*), | intent(in) | :: | fname | |||
| character(len=*), | intent(in) | :: | prefix | |||
| logical, | intent(out), | optional | :: | is_ok | ||
| character(len=*), | intent(out), | optional | :: | message |