The OpenD Programming Language

xdgAllDataDirs

The ordered set of non-empty base paths to search for data files, in descending order of preference.

version(D_Ddoc)
@trusted nothrow
string[]
xdgAllDataDirs
(
string subfolder = null
)

Parameters

subfolder string

Subfolder which is appended to every path if not null.

Return Value

Type: string[]

Data directories, including user's one if could be evaluated. Note: This function does not check if paths actually exist and appear to be directories.

See Also

Meta