Add a new entry to the entry collection.
[Visual Basic]Public Sub Add( _
ByVal
path As
String, _
ByVal
entry As
Entry _
)
Parameters
- path
- The path of the file the entry represents
on the filesystem.
- entry
- The entry object to add to the collection.
See Also
Entries Class | ICSharpCode.SharpCvsLib.FileSystem Namespace