MCPcopy Create free account
hub / github.com/PerroEngine/Perro / temp_dir

Function temp_dir

perro_source/io_stack/perro_io/src/dirs.rs:182–184  ·  view source on GitHub ↗

Get the system temporary directory - All platforms: Uses `std::env::temp_dir()`

()

Source from the content-addressed store, hash-verified

180/// Get the system temporary directory
181/// - All platforms: Uses `std::env::temp_dir()`
182pub fn temp_dir() -> PathBuf {
183 std::env::temp_dir()
184}

Calls

no outgoing calls