예제 #1
0
 private static long GetFileSize(string path)
 {
     try
     {
         return(Filesystem.GetFileSize(path));
     }
     catch { }
     return(-1);
 }