HideEmptyFoldersΒΆ
SpaceObServer.Application.Properties.HideEmptyFolders
Description
Set this property to True to exclude all directories without any files from the directory tree. The directory tree and all exports will no longer show any empty directories.
Syntax
property HideEmptyFolders: <Boolean>;
Example
$SOS.HideEmptyFolders = $True #PowerShell
SOS.HideEmptyFolders = True 'VBS