Click or drag to resize

LocalPath Class

A path spec in local syntax.
Inheritance Hierarchy

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public class LocalPath : PathSpec

The LocalPath type exposes the following members.

Constructors
  NameDescription
Public methodLocalPath
Construct a LocalPath 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 (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 (Inherited from Object.)
Protected methodMemberwiseClone (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 proper OS path separators
(Inherited from PathSpec.)
Public methodToString
Return a string from a PathSpec
(Inherited from PathSpec.)
Top
See Also