Click or drag to resize

ClientPath Class

A path spec in client syntax.
Inheritance Hierarchy

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2018.4.174.677 (2018.4.174.0677)
Syntax
public class ClientPath : PathSpec

The ClientPath type exposes the following members.

Constructors
  NameDescription
Public methodClientPath
Construct a ClientPath from a string path
Top
Properties
  NameDescription
Public propertyPath
Property to access Path string
(Inherited from PathSpec.)
Top
Methods
  NameDescription
Public methodEquals (Overrides PathSpecEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDirectoryName
Return the Path Name from
(Inherited from PathSpec.)
Public methodGetFileName
Return the File name from this PathSpec
(Inherited from PathSpec.)
Public methodGetHashCode (Overrides PathSpecGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNormalizeDepot
Normalize a depot Path Removes quotes around it.
(Inherited from PathSpec.)
Protected methodNormalizeLocal
Normalize a Local Path Remove quotes, insure backslashes instead of forward slashes
(Inherited from PathSpec.)
Public methodToString
Return a string from a PathSpec
(Inherited from PathSpec.)
Top
See Also