Function existsFile
Checks if a file exists
bool existsFile
(
GenericPath!(vibe.core.path.PosixPathFormat) path
) nothrow @safe;
bool existsFile
(
string path
) nothrow @safe;