SharpCvsLib

Manager.GetFolders Method (ICollection)

Populates a Folders collection for the files that have been specified in the file list.

[Visual Basic]
Overloads Public Function GetFolders( _
   ByVal files As ICollection _
) As Folders
[C#]
public Folders GetFolders(
   ICollection files
);

Parameters

files
Files on the filesystem that are under cvs control.

Return Value

A collection of Folders object that encapsulates the cvs repository information for the collection of files specified.

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Manager.GetFolders Overload List