exists

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

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

Meta