The CDFFilename property is a string specifying the CDF file name. This name can be a full file system path, a relative path, or just a name.
Type
String (VT_BSTR)
Default
None
Example
' Using the Windows Scripting Host and VBScript
CreateObject("Push.Project")
Project.CDFFilename = "c:\channels\project1.cdf"