Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 534 Bytes

File metadata and controls

24 lines (18 loc) · 534 Bytes

InstallScriptAddPath

Description

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

Parameters

Name Type Description
fullPath DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2021

Category