ExpandToSize¶
SpaceObServer.Application.ExpandToSize¶
- Description
Expands all sub directories of the current RootDirectory with a total size higher than the passed size value in MB.
- Syntax
ExpandToSize (ExpandSize : <Integer>)
Parameters
- ExpandSize
The size in MB to which directories should be expanded.
- Example
$SOS.ExpandToSize("10")
SOS.ExpandToSize 10
Expands all sub directories of the current root directory where the real size is bigger than 10 MB.
- Remarks
All exports of the directory tree will consider only expanded directories when using
FalseasExportFullBranchparameter.