check_path_exists Function

public function check_path_exists(path) result(exists)

Check if a file or directory exists

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path

Return Value logical