Function read
Like std.file.read
, but supports Path and command echoing.
Prototypes
void[] read(
const(Path) name,
ulong upTo = 18446744073709551615LU
);
void[] read(
const(string) name,
ulong upTo = 18446744073709551615LU
);
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2017 Nick Sabalausky
License
zlib/libpng