reth_
fs_
util
1.3.12
Enums
FsPathError
Functions
atomic_write_file
create_dir_all
create_file
metadata
open
read
read_dir
read_json_file
read_to_string
remove_dir_all
remove_file
rename
write
write_json_file
Type Aliases
Result
reth_fs_util
Function
create_file
Copy item path
Settings
Help
Summary
Source
pub fn create_file(path: impl
AsRef
<
Path
>) ->
Result
<
File
>
Expand description
Wrapper for
File::create
.