Adds an include file to this collection.

[VBScript]
Public Sub Add( _
   ByVal file As String _
)
[JScript]
public function Add(
   file : String
);

Parameters

file
The include file to add to this collection.

See Also

IncludeFileCollection Object | IncludeFileCollection Members | HelpProducer Namespace