FS.fileSize

Return the file length (in bytes.)

  1. ulong fileSize(const(char)[] name)
  2. ulong fileSize(const(char)[] name)
    struct FS
    version(Posix)
    static
    ulong
    fileSize
    (
    const(char)[] name
    )

Meta