<< Click to Display Table of Contents >>

ZFLOGO2

Method ZfLib.Files.Add

 


 

Function Add( ByVal bszFile As String ) As ZfLib.File

 

The Add method adds a File  object to the collection.

 

Parameters

 

parminbszFile

 

The path of the file to be added to the collection.

 

Return Value

 

This method returns the new File  object

 

Remarks

 

To reduce the possibility of errors, it is best to specify the full path when adding files to the collection.

 

See Also

File , NewMessage