All C# extension methods for type int64
- 
        FileSizeGet the file size of a given filename. 
- 
        FolderSizeUsing LINQ, gets the total size of a specified folder. It can also check sizes of subdirectory under it as a parameter. 
ExtensionMethod.NET Home of 881 C#, Visual Basic, F# and Javascript extension methods
Get the file size of a given filename.
Using LINQ, gets the total size of a specified folder. It can also check sizes of subdirectory under it as a parameter.