if (fs.existsSync(`~/.config/myApp/bookmarks.json`)) { console.log('exists') } else { console.log('does not') }