Settings
Help
create_file
foundry_
common
1.3.2
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_json_gzip_file
read_link
read_to_string
remove_dir
remove_dir_all
remove_file
write
write_json_file
write_json_gzip_file
write_pretty_json_file
Type Aliases
Result
foundry_common
::
fs
Function
create_
file
Copy item path
Source
Search
Settings
Help
Summary
pub fn create_file(path: impl
AsRef
<
Path
>) ->
Result
<
File
>
Expand description
Wrapper for
File::create
.