SharpCvsLib

Manager.CreateDirectoryEntry Method (String)

Create a directory entry based on the local directory path.

[Visual Basic]
Overloads Public Function CreateDirectoryEntry( _
   ByVal localPath As String _
) As Entry
[C#]
public Entry CreateDirectoryEntry(
   string localPath
);

Parameters

localPath
The local path to create the directory entry for.

Return Value

Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.FileSystem.Manager.CreateDirectoryEntry(System.String)

See Also

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