Navigation:  OLE Automation > Application > Properties >

SpaceObServer.Application.Properties.DetailsShowFilesOfAllSubfolders

Previous pageReturn to chapter overviewNext page

Description

Set this property to True to show all files of the active directory directly in the Details view, including files of all sub directories.

 
Syntax

property DetailsShowFilesOfAllSubfolders: <Boolean>;

 
Example

SOS.DetailsShowFilesOfAllSubfolders = True
SOS.ListExport "C:\Temp\SOS\AllFiles.txt", "details", False, False

Exports the "Details" list, including all files of the current root directory, in any depth, to a text file named "C:\Temp\SOS\AllFiles.txt"