Synchronously writes the contents of data to the file at path.
data
path
const appStateJson = JSON.stringify(appState);Switch.writeFileSync('sdmc:/switch/awesome-app/state.json', appStateJson); Copy
const appStateJson = JSON.stringify(appState);Switch.writeFileSync('sdmc:/switch/awesome-app/state.json', appStateJson);
Generated using TypeDoc
Synchronously writes the contents of
data
to the file atpath
.