readText

Just like std.file.readText, but takes a Path.

  1. S readText(Path!C name)
    template readText(S = string)
    S
    readText
    (
    C
    )
    (
    in Path!C name
    )
    if (
    isSomeChar!C
    )
  2. S readText(char[] name)

Members

Functions

readText
S readText(Path!C name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta