SharpCvsLib

ICvsFile Properties

The properties of the ICvsFile interface are listed below. For a complete list of ICvsFile interface members, see the ICvsFile Members topic.

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.

See Also

ICvsFile Interface | ICSharpCode.SharpCvsLib.FileSystem Namespace