Navigation:  OLE Automation > Application > Methods >

SpaceObServer.Application.Print

Previous pageReturn to chapter overviewNext page

Description

Sends a well formatted SpaceObServer report of the selected directory to your printer.
 

Syntax

Print (ExportFullBranch : <Boolean>, IncludeHeader : <Boolean>, IncludeUnit : <Boolean>)
 

Parameters

ExportFullBranch

Indicates, if the export will include the full directory branch or only expanded directories.

IncludeHeader

Indicates, if a header with general information about the root directory/drive will be included.

IncludeUnit

Indicates, if size units and thousand separator will be included in the export, or if sizes are exported as plain numbers.

 
Example

SOS.Print True, True, True

Creates a print output with fully exported directory branch, header and included size units.