Function readText
Like std.file.readText
, but supports Path and command echoing.
Prototypes
S readText(S)(
in Path name
);
S readText(S)(
in string name
);
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2017 Nick Sabalausky
License
zlib/libpng