CDFFilename Property

The CDFFilename property is a string specifying the CDF filename.  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" 

© 1997-1998 Microsoft Corporation. All rights reserved.