exists

Like $(FULL_STD_FILE exists), but supports Path and command echoing.

  1. bool exists(Path name)
  2. bool exists(string name)
    @trusted
    bool
    exists
    (
    in string name
    )

Meta