Returns the file extension, if any, used for executable binaries on this platform. Possible values are 'exe' and '' (empty string).
'exe'
''
import { exeExtension } from '@tauri-apps/plugin-os';const exeExt = exeExtension(); Copy
import { exeExtension } from '@tauri-apps/plugin-os';const exeExt = exeExtension();
2.0.0
Returns the file extension, if any, used for executable binaries on this platform. Possible values are
'exe'
and''
(empty string).