fast_file_exists Function

public function fast_file_exists(filename) result(exists)

Fast file existence check (may use memory backend)

Arguments

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

Return Value logical