Example #1
0
 public bool IsWfdbPathCorrect(string path)
 {
     try
     {
         return(WfdbLocalFilesManager.IsWfdbPathCorrect(path));
     }
     catch
     {
         throw;
     }
 }