Tauri tempdir
tempdir():Promise
<string
>
以字符串形式返回操作系统的临时文件默认目录。
例
import { tempdir } from '@tauri-apps/api/os';
const tempdirPath = await tempdir();
Since: 1.0.0
Returns: Promise
<string
>
tempdir():Promise
<string
>
以字符串形式返回操作系统的临时文件默认目录。
例
import { tempdir } from '@tauri-apps/api/os';
const tempdirPath = await tempdir();
Since: 1.0.0
Returns: Promise
<string
>