This function can only be used doring Partner Product install script to add files, by full path, to the install memento for automatic deletion during uninstall.
PROCEDURE InstallScriptAddPath(fullPath : DYNARRAY[] of CHAR);def vs.InstallScriptAddPath(fullPath):
return None| Name | Type | Description |
|---|---|---|
| fullPath | DYNARRAY[] of CHAR |
InstallScriptAddPath(fullPath);import vs
# This function can only be used doring Partner Product install script to add
# files, by full path, to the install memento for automatic deletion during
# uninstall.
fullPath = 'C:/Temp'
vs.InstallScriptAddPath(fullPath)Availability: from Vectorworks 2021