/// <summary>
 /// Returns the given file path is valid or, not.
 /// </summary>
 /// <param name="path">Path of the file</param>
 /// <returns></returns>
 private bool PathIsValid(string path)
 {
     return(m_ReadCSV.PathIsValid(path));
 }