SharpCvsLib

WorkingDirectory Methods

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

Public Instance Methods

AddEntriesIn Recurses through all child directories starting with base directory. Add all the cvs entries found to the folder collection.
AddEntry Add a new entry to the folders collection.
Clear Clear folders collection.
Equals (inherited from Object)
GetDateAsString Returns the data as a string as required by the cvs server.
GetHashCode (inherited from Object)
GetType (inherited from Object)
IsInPath Determines if the path specified is inside of the working directory path.
ReadAllExistingEntries Read all the existing entries.
ToLocalPath Convert the directory name to a win32 directory name with the appropriate slashes. TODO: Clean up this dirty bad boy and move the functionality to the Manager
ToRemotePath Converting the local directory string to a remote/ *nix string.
ToString Render the object as a human readable string.

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

WorkingDirectory Class | ICSharpCode.SharpCvsLib.Misc Namespace