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 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