Example:
auto content = readSysFile("/sys/class/net/eth0/operstate");string readSysFile(string path) @safe nothrowReads a /sys file and returns its content.
This is a helper function for reading /sys files safely.
path | Path to the /sys file. |
Example:
auto content = readSysFile("/sys/class/net/eth0/operstate");