Example #1
0
 /// <summary>Gets the size of the current file.</summary>
 public static StreamSize GetStreamSize(this FileInfo fileInfo)
 {
     return(StreamSize.FromFileInfo(fileInfo));
 }