IFilePath Methods |
The IFilePath type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a deep clone of the FilePath
| |
ExtensionIs |
Return true if the extension of the file path is "extension".
The dot is a part of the extension, i.e. use as fp.ExtensionIs(".txt") | |
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 effekt.
|