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 -- CreateItemList

CreateItemList Function

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

Set il = CreateItemList()

Arguments:
Name Description
DBPath the specific file catalog database path to upgrade.
 
Return value:
Value Description
il The created file catalog item list.
Example:

Dim il
Set il = CreateItemList()

If IsObject(il) Then MsgBox "CreateItemList() is successfully"

   
See Also:

Catalog Item List Object

CreateGroupList Object

Run script from file in FileCataloger

All Rights Reserved About Us