exists

fnbool exists(R)(R name) if (isSomeFiniteCharInputRange!R && !isConvertibleToString!R)

Determine whether the given file (or directory) _exists.

Parameters

namestring or range of characters representing the file _name

Returns

true if the file _name specified as input _exists
fnbool exists(R)(auto ref R name) if (isConvertibleToString!R)

ditto