public static string HashPath(string path)
 {
     return(CUtility.MD5HashString(path).Substring(0, cHashNameLen));
 }