filecataloger.com > Script > Function -- ImportGroupCommand.Execute

ImportGroupCommand.Execute Function

Remarks:
Execute importing operation of Import Command.
Syntax:

ImportGroupCommand.Execute

 
return value:
Value Description
True Shrinking is successfully.
Fail Shrinking is failed.
example:

Dim DBPath
DBPath = "c:\sample.fdb"

CreateDB(DBPath)
OpenDB(DBPath)

'Please ensure that the folder's path is exist.
Dim ImportFolderCmd
Set ImportFolderCmd = GetImportFolderCmd("ImportedFolder", "G:\Folder", CatalogDB.CatalogRoot)

If ImportFolderCmd.Execute Then MsgBox "The execution of ImportFolderCmd.Execute Function is successful!"

   
See Also:

Import Group Command Object

©2008 Greendgh Software. All rights reserved. Privacy statement