Click or drag to resize

IFilePath Methods

The IFilePath type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a deep clone of the FilePath
Public methodExtensionIs
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")

Public methodMakePathFull
Make the Path absolute, based on either BaseFilePath or CurrentDirectory. If path is already absolute, this has no effekt.
Public methodMakePathRelative
Make the Path relative, based on either BaseFilePath or CurrentDirectory. If path is already relative, this has no effekt.
Top
See Also