FilePath Methods |
The FilePath type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep clone of the FilePath
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExtensionIs |
Return true if the extension of the file path is "extension".
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRelativeFilePath |
Make the filepath relative to baseDirectory. If not succeding, return original file path.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MakePathFull |
Make the Path absolute, based on either BaseFilePath or CurrentDirectory.
If path is already absolute, this has no effekt.
| |
| MakePathRelative |
Make the Path relative, based on either BaseFilePath or CurrentDirectory.
If path is already relative, this has no effect.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |