FS.exists

Return whether the file or path exists.

  1. bool exists(const(char)[] name)
  2. bool exists(const(char)[] name)
    struct FS
    version(Posix)
    static
    bool
    exists
    (
    const(char)[] name
    )

Meta