GetChildren Method (ADO)

Microsoft ActiveX Data Objects (ADO)

GetChildren Method

       

Returns a Recordset whose rows represent the files and subdirectories in the directory represented by this Record.

Syntax

Set recordset = record.GetChildren

Return Value

A Recordset object for which each row represents a file or directory.

Remarks

The provider determines what columns exist in the returned Recordset. For example, a document source provider always returns a resource Recordset.