Public Member Functions | |
| logical function | urlonthesamefile (url_a, url_b) |
Definition at line 92 of file dc_url.f90.
| logical function dc_url::operator(.onthesamefile.)::urlonthesamefile | ( | character(len = *), intent(in) | url_a, |
| character(len = *), intent(in) | url_b | ||
| ) |
Check if two variable URLs point to the same file
Determines whether the variable URL given as the first argument and the variable URL given as the second argument point to the same file. Returns .true. if they point to the same file, .false. if they point to different files.
| [in] | url_a | First variable URL |
| [in] | url_b | Second variable URL |
Definition at line 549 of file dc_url.f90.
References dc_types::string.