| Icon | Member | Description |
|---|---|---|
| GetFolderSize(String) |
Returns the size of a folder, including all files in all subfolders.
| |
| GetFolderSize(String, Int32%, Int32%) |
Returns the size of a folder, including all files in all subfolders, and the file count.
path must include a trailing backslash
| |
| GetFolderSize(String, PathCollection..::.GetFolderSizeCallback, Object) |
Asynchronoulsy calculates the size of a folder, including all files in all subfolders, and the file count.
|