Path

This class represents a path to a file, like a library or an executable.

It's the abstract base class for the LibraryPath and LLVMConfigPath subclasses.

Constructors

this
this(string name, const(string)[] standardPaths, string specifiedPath, string fileToCheck)

Constructs a new instance of this class.

Alias This

path

Members

Functions

path
string path()

Returns the full path to the file this path represents as a string.

standardPath
string standardPath()

Returns the full path of fileToCheck by searching in standardPaths.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta