exeExtension
exeExtension():
string
Defined in: index.ts:152
Returns the file extension, if any, used for executable binaries on this platform. Possible values are 'exe'
and ''
(empty string).
string
import { exeExtension } from '@tauri-apps/plugin-os';const exeExt = exeExtension();
2.0.0
© 2025 Tauri Contributors. CC-BY / MIT