SharpCvsLib

Factory.GetFileType Method 

Derive the file type from the name of the cvs file.

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

Parameters

name
The name of the cvs file.

Return Value

The type of the file.

See Also

Factory Class | ICSharpCode.SharpCvsLib.FileSystem Namespace