Path.this

Constructs a new instance of this class.

class Path
this
(
string name
,
const(string)[] standardPaths
,,)

Parameters

name string

the name of the file this path represents

standardPaths const(string)[]

a set of standard paths to which to search for the file this path represents

specifiedPath string

the custom path that was specified when invoking this configuration script, or null if no custom path was specified

fileToCheck string

the actual file to look for in standardPaths and specifiedPath

Meta