Home
Press ? for keyboard navigation
❮
Makedirs
Create temporary directory
❯
temp_dir
Get the temporary directory
examples/files/temp-dir/src/main.rs
use
std
::
env
;
fn
main
()
{
let
folder
=
env
::
temp_dir
();
println!
(
"{:?}"
,
folder
);
}
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)