| PathCollectionGetFolderSize Method (String) | 
 
            Returns the size of a folder, including all files in all subfolders.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
 Syntax
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
- Type: SystemString
 The full path of the folder.
Return Value
Type: 
Int64The size of the given folder in Bytes.
 Exceptions
Exceptions See Also
See Also