Path.this

Constructs a new instance of this class.

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

Parameters

name
Type: string

the name of the file this path represents

standardPaths
Type: const(string)[]

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

specifiedPath
Type: string

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

fileToCheck
Type: string

the actual file to look for in standardPaths and specifiedPath

Meta