Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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