The path module provides utilities for working with file and directory paths.
This package is also accessible with window.__TAURI__.path when app.withGlobalTauri in tauri.conf.json is set to true.
window.__TAURI__.path
app.withGlobalTauri
tauri.conf.json
true
It is recommended to allowlist only the APIs you use for optimal bundle size and security.
The path module provides utilities for working with file and directory paths.
This package is also accessible with
window.__TAURI__.path
whenapp.withGlobalTauri
intauri.conf.json
is set totrue
.It is recommended to allowlist only the APIs you use for optimal bundle size and security.