exists
fn
bool exists(R)(R name) if (isSomeFiniteCharInputRange!R && !isConvertibleToString!R)Determine whether the given file (or directory) _exists.
Parameters
name | string or range of characters representing the file _name |
Returns
true if the file _name specified as input _exists
fn
bool exists(R)(auto ref R name) if (isConvertibleToString!R)ditto