SharpCvsLib

Entry.ParseFileName Method 

Parse the name of the file from the cvs file.

[Visual Basic]
Public Shared Function ParseFileName( _
   ByVal line As String _
) As String
[C#]
public static string ParseFileName(
   string line
);

Parameters

line
The line to parse.

Return Value

The name of the entry in the cvs file.

See Also

Entry Class | ICSharpCode.SharpCvsLib.FileSystem Namespace