FileName.toAbsolute

Return the given name as an absolute path

struct FileName
extern (C++) nothrow static
const(char)*
toAbsolute
(
const(char)* name
,
const(char)* base = null
)

Parameters

name const(char)*

path

base const(char)*

the absolute base to prefix name with if it is relative

Return Value

Type: const(char)*

name as an absolute path relative to base

Meta