Skip to main content

%Installer.CopyDir

class %Installer.CopyDir extends %Installer.Activity

This is a "CopyDir" activity within a Manifest document

Property Inventory

Properties

property IgnoreErrors as %String [ InitialExpression = "0" ];
Ignore errors flag
Property methods: IgnoreErrorsDisplayToLogical(), IgnoreErrorsGet(), IgnoreErrorsIsValid(), IgnoreErrorsLogicalToDisplay(), IgnoreErrorsLogicalToOdbc(), IgnoreErrorsNormalize(), IgnoreErrorsSet()
property Src as %String (MAXLEN = 1024) [ Required ];
Source File name
Property methods: SrcDisplayToLogical(), SrcGet(), SrcIsValid(), SrcLogicalToDisplay(), SrcLogicalToOdbc(), SrcNormalize(), SrcSet()
property Target as %String (MAXLEN = 1024) [ Required ];
Target File name
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab