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.
Constructs a new instance of this class.
Returns the full path to the file this path represents as a string.
Returns the full path of fileToCheck by searching in standardPaths.
See Implementation
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.