Returns a temporary directory.
import { tempDir } from '@tauri-apps/api/path';const temp = await tempDir(); Copy
import { tempDir } from '@tauri-apps/api/path';const temp = await tempDir();
2.0.0
Returns a temporary directory.