Exemplo n.º 1
0
 /// <summary>
 /// Gets the specified files size in bytes. 0 if not exists.
 /// </summary>
 public static int FileSize(string filename) => Internal.GetFileSize(filename);
Exemplo n.º 2
0
 /// <summary>
 /// Gets the specified files size in bytes. 0 if not exists.
 /// </summary>
 public static int FileSize(string filename)
 {
     return(Internal.GetFileSize(filename));
 }