FS
warning
The STD-FS module is not stable and/or partially implemented.
using std.fs;
read
Parameters:
1 = string | path of file
Returns:
string | contents of file
write
Parameters: 1 = string | path of file 2 = string | new contents
Returns: bool | success status