Declarations
Public Only
namespace fs
func find_last_pos_of_or(str : *char, len : size_t, value : char, value2 : char) : int
func write_to_file(filepath : *char, data : *char) : WriteResult
Writes the string 'data' to the file at 'filepath'.
func copy_file(src : *char, dest : *char, options : CopyOptions) : int
func copy_directory(src_dir : *char, dest_dir : *char, options : CopyOptions) : int