Returns status of file at given path in status
. The function
returns E_SYSTEM
on error.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | path |
File path. |
||
type(file_status_type), | intent(out) | :: | status |
File status type. |