ITempFilesComponent

This interface adds new temporary files and gets all the existing temporary files from the project.

Declaration

ITempFilesComponent : IDispatch

Properties

Array<ITempFile> Files - Gets all the temporary files from the project.

Methods

AddFile(String source) - Adds a new temporary file from a specified disk location, source.

See also

IAdvinstProject

ITempFile