Syntax:
| Object.Source.Add (BSTR strFileName) | {method} |
Parameters:
| strFileName | Name of the file/folder |
Example:
Set MyBackupApp =
CreateObject("LeoBackup.Application")Syntax:
| Object.Source.Remove (BSTR strFileName) | {method} |
Parameters:
| strFileName | Name of the file/folder |
Example:
Set MyBackupApp =
CreateObject("LeoBackup.Application")Syntax:
| Object.Source.Mask | {property[in, out] BSTR} |
Example:
Set MyBackupApp =
CreateObject("LeoBackup.Application")Syntax:
| Object.Source.MaskType | {property[in, out] BOOL} |
Example:
Set MyBackupApp =
CreateObject("LeoBackup.Application")