Tauri extname

2024-02-04 14:10 更新
extname(: ): Promisepathstring<string>

返回 的擴(kuò)展名。?path?

import { extname, resolveResource } from '@tauri-apps/api/path';
const resourcePath = await resolveResource('app.conf');
const ext = await extname(resourcePath);
assert(ext === 'conf');

Since: 1.0.0

參數(shù)

名字類型
pathstring

Returns: Promise<string>


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)