ShellBrowser .Net Edition
CountFolders Property
NamespacesJam.ShellFileListCountFolders
True if the TotalFileSize and TotalFileCount should include folders. Warning: FileSize/FileCount are calculated in a background-thread, so the correct result may take some time if the "file" is a folder and files are located in it's subfolders (recursive calculation). In that case, the default value -1 is returned if the calculation could not finish in time. This behaviour will be fixed soon (bug #2895).
Declaration Syntax
C#Visual BasicVisual C++
public bool CountFolders { get; set; }
Public Property CountFolders As Boolean
public:
property bool CountFolders {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)