Calculates the count and size for the given folder and updates the properties.

Declaration Syntax
protected abstract void CalculateAndUpdateSize(
string p_Path,
bool p_Subtract
)
Protected MustOverride Sub CalculateAndUpdateSize ( _
p_Path As String, _
p_Subtract As Boolean _
)
protected:
virtual void CalculateAndUpdateSize(
String^ p_Path,
bool p_Subtract
) abstract

Parameters
- p_Path (String)
- Path for that the size should be determined.
- p_Subtract (Boolean)
- true, if count and size should be subtracted from the current data.
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)