%Installer.CopyDir
Class %Installer.CopyDir Extends %Installer.Activity [ ServerOnly = 1, System = 3 ]
This is a "CopyDir" activity within a Manifest document
Properties
Src
Property Src As %String(MAXLEN = 1024) [ Required ];
Source File name
Target
Property Target As %String(MAXLEN = 1024) [ Required ];
Target File name
IgnoreErrors
Property IgnoreErrors As %String [ InitialExpression = "0" ];
Ignore errors flag
Methods
%OnGenerateCode
Method %OnGenerateCode(pTargetClass As %Dictionary.CompiledClass, pCode As %Stream.TmpCharacter, pDocument As %Installer.Manifest) As %Status [ Internal ]
Generate code for this document.