PathSpec Methods |
The PathSpec type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Compare one PathSpec with another
(Overrides ObjectEquals(Object).) | |
| EscapePath |
Escape a string path
Escapes the Perforce Special characters * # @ and %
| |
| EscapePaths(IListString) |
Escape a list of string paths.
| |
| EscapePaths(String) |
Escape an array of string paths
| |
| Finalize | (Inherited from Object.) | |
| GetDirectoryName |
Return the Path Name from
| |
| GetFileName |
Return the File name from this PathSpec
| |
| GetHashCode |
Get HashCode for PathSpec
(Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| NormalizeDepot |
Normalize a depot Path
Removes quotes around it.
| |
| NormalizeLocal |
Normalize a Local Path
Remove quotes, insure proper OS path separators
| |
| ToString |
Return a string from a PathSpec
(Overrides ObjectToString.) | |
| UnescapePath |
Unescape a string path
UnEscapes the Perforce Special characters * # @ and %
| |
| UnescapePaths(IListString) |
Unescape a list of string paths
| |
| UnescapePaths(String) |
Unescape an array of string paths
|