foundry_
common
1.0.0
In foundry_
common::
fs
Functions
canonicalize_path
copy
create_dir
create_dir_all
create_file
files_with_ext
json_files
normalize_path
open
read
read_json_file
read_link
read_to_string
remove_dir
remove_dir_all
remove_file
write
write_json_file
write_pretty_json_file
Type Aliases
Result
foundry_common
::
fs
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
.