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