Tauri exists

2024-02-01 16:44 更新
exists(: , : FsOptions): Promisepathstringoptions?<boolean>

检查路径是否存在。

import { exists, BaseDirectory } from '@tauri-apps/api/fs';
// Check if the `$APPDATA/avatar.png` file exists
await exists('avatar.png', { dir: BaseDirectory.AppData });

Since: 1.1.0

参数
名字类型
pathstring
optionsFsOptions

Returns: Promise<boolean>


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号