PathCollectionGetFolderSize(String) Method | 
            Returns the size of a folder, including all files in all subfolders.
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static long GetFolderSize(
	string p_Path
)
Public Shared Function GetFolderSize ( 
	p_Path As String
) As Long
public:
static long long GetFolderSize(
	String^ p_Path
)
static member GetFolderSize : 
        p_Path : string -> int64 Parameters
- p_Path  String
 - The full path of the folder.
 
Return Value
Int64The size of the given folder in Bytes.
Exceptions
See Also