<< Click to Display Table of Contents >> Navigation: OLE Automation > Application > Properties > SpaceObServer.Application.Properties.HideEmptyFolders |
Description
Set this property to True to exclude all directories without any files from the directory tree.
Syntax
property HideEmptyFolders: <Boolean>;
Example
$SOS.HideEmptyFolders = $True #PowerShell
SOS.HideEmptyFolders = True 'VBS
The directory tree and all exports will no longer show any empty directories (Except of the XML export).