Function necsim::doesExistNull

Function Documentation

bool necsim::doesExistNull(string testfile)

Checks for the existance of a file, but returns true if the file name is ‘null’. Note: this function just calls doesExist().

Return
if true, file exists (or is null).
Parameters
  • testfile: the file to examine