SharpCvsLib

ICvsFile Members

ICvsFile overview

Public Instance Properties

FileContents The contents that are going to be written to the file.
Filename The name of the file. This will be a constant for each type of file (i.e. Repository, Entry, etc.).
FullPath The full path to the file that the file that this CVS object is managing. In most cases FullPath will equal Path, with the exception of Entry files that are not directories.
IsMultiLined Indicates whether the cvs file can contain multiple lines or if it can only contain a one line entry.
Path Get the path to the directory above the cvs file. In most cases this will be the same as full path, with the exception that an entry will have a FullPath containing the file that the entry is controlling.
Type The type of file that this is.

Public Instance Methods

Parse Parse the line entry from the management file.

See Also

ICvsFile Interface | ICSharpCode.SharpCvsLib.FileSystem Namespace