The properties of the PathTranslator class are listed below. For a complete list of PathTranslator class members, see the PathTranslator Members topic.
![]() | The cvs root that defines the who, how and where of the server. |
![]() | The name of the file, without any path information. |
![]() | Determines if path contains a reference to a file or a directory. |
![]() | 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. |
![]() | Local path and filename. Combines the local path and the name of the file. |
![]() | 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. |
PathTranslator Class | ICSharpCode.SharpCvsLib.FileSystem Namespace