Example #1
0
 public static bool HasExtension(string path)
 {
     return(SystemPath.HasExtension(path));
 }