AddFile Method

LabView ActiveX Properties and Methods

AddFile Method

Installed With: Base Package

Class: ProjectItem Methods (ActiveX)

Adds a file at the specified path to the LabVIEW project with the referenced project item as the parent.

Syntax

object.AddFile(path)

Parameters

NameTypeDescription
pathStringPath to the file you want to add.

Return Value

ProjectItem*