FileCataloger

is very useful software for file catalog and file search. Regardless the file is in the CD-ROM, DVD, hard disks, removable and network drives etc. The program catalogs contents of your media, and makes it available for offline browsing and searching.

filecataloger.com > Script > Function -- CreateGroupList

CreateGroupList Function

Remarks:
Create and retrieve a empty catalog group list object.
Syntax:

Set gl = CreateGroupList()

 
Return value:
Value Description
gl The created file catalog group list.
example:

Dim gl
Set gl = CreateGroupList()

If IsObject(gl) Then MsgBox "CreateGroupList() is successfully"

   
See Also:

Catalog Group List Object

CreateItemList Object

Run script from file in FileCataloger

All Rights Reserved About Us