Function isFile

Like std.file.isFile, but supports Path and command echoing.

Prototypes

bool isFile(
  const(Path) name
) @property;

bool isFile(
  const(string) name
) @property;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng