Click or drag to resize

FilePath Constructor

Overload List
  NameDescription
Public methodFilePath
Creates a new FilePath without a Path set. This defaults the path to the current directory
Public methodFilePath(String)
Creates a new FilePath with the given strfilePath as Path. If the path is relative, then the current directory are used as BaseFilePath.
Public methodFilePath(IFilePath)
Creates a new FilePath with the given strfilePath as Path. If the path is relative, then the current directory are used as BaseFilePath.
Public methodFilePath(String, IFilePath)
Creates a new FilePath with the given strfilePath as Path and uses the baseFilePath as BaseFilePath
Top
See Also