Projects
Object |
Description
Creates a new Virtual CD and returns an object of type VirtualCD.
Syntax
Result = object.Add(Name);
Part |
Description |
Result |
An object expression that evaluates to a VirtualCD object |
object |
An object expression that evaluates to a Projects object |
Name |
Path of the new Virtual CD |
Remarks
The parameter Name should contain the complete path of the file that
will store the data for the new project.
The project is added to the list of all projects that are recognized
by CD Wizard.
Example
VCD = Project.Add("C:\\My Documents\\Test.VCD");