Module rs_utils::file
[−]
[src]
File utilities
Functions
| file_new_append |
Opens a new file at specified path for writing in append mode, recursively creating parent directories |
| file_new_append_incremental |
Calls |
| file_path_incremental |
Returns the file path appended with suffix |
| file_path_incremental_with_extension |
Like file path incremental but preserves the file extension if one is present. |
| is_file |
If this returns true then |