FilePath Methods

HTML to MAML Converter

FilePath Methods

The FilePath type exposes the following members.

Methods
  Name Description
Public method Static member Code example AbsoluteToRelativePath
This helper method can be used to convert an absolute path to one that is relative to the given base path.
Public method Clone
This returns a clone of the object
Public method Equals
This is overridden to allow proper comparison of file path objects.
(Overrides ObjectEquals(Object).)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Static member GetFullPath
This returns the fully qualified path for the specified path. This version allows wildcards in the filename part if present.
Public method GetHashCode
Get a hash code for the file path object
(Overrides ObjectGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnPersistablePathChanged
This raises the PersistablePathChanged event
Protected method OnPersistablePathChanging
This raises the PersistablePathChanging event
Public method Static member Code example RelativeToAbsolutePath
This helper method can be used to convert a relative path to an absolute path based on the given base path.
Public method ToString
Convert the file path to a string
(Overrides ObjectToString.)
Top
See Also