Function rs_utils::file::file_new_append_incremental
[−]
[src]
pub fn file_new_append_incremental(
file_path: &Path
) -> Result<(PathBuf, File), Error>
Calls file_new_append
on the path returned by feeding the file path
to file_path_incremental
.
Errors
- Invalid unicode (☞ see
is_file
) - Not a file (☞ see
file_path_incremental
)