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.

Meta