Click or drag to resize
Sandcastle Help File BuilderFilePath Methods

The FilePath type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleAbsoluteToRelativePath
This helper method can be used to convert an absolute path to one that is relative to the given base path.
Public methodClone
This returns a clone of the object
Public methodEquals
This is overridden to allow proper comparison of file path objects.
(Overrides ObjectEquals(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 methodStatic memberGetFullPath
This returns the fully qualified path for the specified path. This version allows wildcards in the filename part if present.
Public methodGetHashCode
Get a hash code for the file path object
(Overrides ObjectGetHashCode.)
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 methodOnPersistablePathChanged
This raises the PersistablePathChanged event
Protected methodOnPersistablePathChanging
This raises the PersistablePathChanging event
Public methodStatic memberCode exampleRelativeToAbsolutePath
This helper method can be used to convert a relative path to an absolute path based on the given base path.
Public methodToString
Convert the file path to a string
(Overrides ObjectToString.)
Top
See Also