ExpandToLevelΒΆ

Description

Expands the file system branch of the current root directory to the passed level.

Syntax
ExpandToLevel (ExpandLevel : <Integer>)
Parameters
ExpandLevel

Defines, up to which level the directory branch should be displayed.

Example
$SOS.ExpandToLevel("2")
SOS.ExpandToLevel 2

Expands the current directory branch up to the 2nd level.

Remarks

All exports of the directory tree will consider only expanded directories when using False as ExportFullBranch parameter.