SpaceObServer.Application.Properties.DetailsShowFilesOfAllSubfolders

<< Click to Display Table of Contents >>

Navigation:  OLE Automation > Application > Properties >

SpaceObServer.Application.Properties.DetailsShowFilesOfAllSubfolders

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

PowerShell:

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

VBS:

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"