You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs.readdirSync('examples') gives a list of all filenames, then ide.loadFromString(fs.readFileSync('examples/' + fileName).toString(), fileName) does the trick.
The text was updated successfully, but these errors were encountered:
fs.readdirSync('examples')
gives a list of all filenames, thenide.loadFromString(fs.readFileSync('examples/' + fileName).toString(), fileName)
does the trick.The text was updated successfully, but these errors were encountered: