Ejemplo n.º 1
0
 public static Int64 GetFileSize(string filePath)
 {
     return(LocalDataStorage.GetFileSize(filePath));
 }