SharpCvsLib

Factory.GetFilename Method 

Get the name of the file given the file type.

[Visual Basic]
Public Function GetFilename( _
   ByVal fileType As FileType _
) As String
[C#]
public string GetFilename(
   FileType fileType
);

Parameters

fileType
The type of the file.

Return Value

The name of the cvs file.

See Also

Factory Class | ICSharpCode.SharpCvsLib.FileSystem Namespace