filecataloger.com > Script > Object -- Import Group Command

Import Group Command Object

Remarks:
The Command Object can importing cdrom, folder, local disk, move disk.
Property:
Name Description
FindFilter the filter string in importing.
ImportLevel the find depth level in importing.
IsImportFolder indicating if import folder in importing.
IsImportFile indicating if import file in importing.
IsImportAllFile indicating if import all file type in importing.
IsImportArchivedFile indicating if import archive file in importing.
IsImportHiddenFile indicating if import hidden file in importing.
IsImportNormalFile indicating if import Normal file in importing.
IsImportReadOnlyFile indicating if import ReadOnly file in importing.
IsImportSystemFile indicating if import System file in importing.
Functions:
Name Description
Execute Execute the import operation.
GetImportGroup Return the imported group of the import operation result.
example:

Dim ImportFolderCmd

Set ImportFolderCmd = GetImportFolderCmd("Sample", "C:\Sample", CatalogDB.CatalogRoot)

if ImportFolderCmd.Execute Then
    MsgBox "GetImportFolderCmd is ok."
else
    MsgBox "GetImportFolderCmd is fail!" & GetLastErrorMessage()
End If

   
See Also:

GetImportMoveDiskCmd Function

GetImportCDCmd Function

GetImportFolderCmd Function

GetImportLocalDiskCmd Function

©2008 Greendgh Software. All rights reserved. Privacy statement