![]() | The contents that are going to be written to the file. |
![]() | The name of the file. This will be a constant for each type of file (i.e. Repository, Entry, etc.). |
![]() | 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. |
![]() | Indicates whether the cvs file can contain multiple lines or if it can only contain a one line entry. |
![]() | 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. |
![]() | The type of file that this is. |
![]() | Parse the line entry from the management file. |
ICvsFile Interface | ICSharpCode.SharpCvsLib.FileSystem Namespace