Beispiel #1
0
 /// <summary>
 /// Gets the specified files size in bytes. 0 if not exists.
 /// </summary>
 public static int FileSize(string filename) => Internal.GetFileSize(filename);
Beispiel #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));
 }