SharpCvsLib

PathTranslator Properties

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

Public Instance Properties

CvsRoot The cvs root that defines the who, how and where of the server.
Filename The name of the file, without any path information.
IsDirectory Determines if path contains a reference to a file or a directory.
LocalPath The path on the local file system. This is constructed using the local working directory and the relative path from the server. This does not contain information about the filename.
LocalPathAndFilename Local path and filename. Combines the local path and the name of the file.
RelativePath The relative path to the file. Usually this is the information that has been sent down by the server and can be used along with the current working directory information to find the file on the local file system.

See Also

PathTranslator Class | ICSharpCode.SharpCvsLib.FileSystem Namespace