Function existsAsFile
Checks if the path
exists
as a file.
This is like std.file.isFile, but returns false instead of throwing if the
path
doesn't exist.
Prototypes
bool existsAsFile( const(string) path ) @trusted; bool existsAsFile( const(Path) path ) @trusted;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng