private static long GetABFileSize(string abName)
 {
     return(ABHelper.GetFileSize(s_ABDirPath + abName));
 }