SharpCvsLib

Folders.Item Property

The path to the folder on the filesystem.

[Visual Basic]
Public Default Property Item( _
   ByVal path As String _
) As Folder
[C#]
public Folder this[
   string path
] {get; set;}

Parameters

path
Missing <param> documentation for path

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.FileSystem.Folders.Item(System.String)

See Also

Folders Class | ICSharpCode.SharpCvsLib.FileSystem Namespace