Factory.CreateCvsObject Method (String, FileType, String)
Create the cvs file based on the filename. Returns the
cvs file interface.
[Visual Basic] Overloads Public Function CreateCvsObject( _
ByVal
path As
String , _
ByVal
fileType As
FileType , _
ByVal
line As
String _
) As
ICvsFile Parameters path Missing <param> documentation for path fileType Missing <param> documentation for fileType line Missing <param> documentation for line Return Value Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.FileSystem.Factory.CreateCvsObject(System.String,ICSharpCode.SharpCvsLib.FileSystem.Factory.FileType,System.String)
See Also Factory Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Factory.CreateCvsObject Overload List