MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / mkdir

Method mkdir

data/src/GameManager.js:134–138  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

132 this.FS.writeFile(path, data);
133 }
134 mkdir(path) {
135 try {
136 this.FS.mkdir(path);
137 } catch(e) {}
138 }
139 getRetroArchCfg() {
140 let cfg = "autosave_interval = 60\n" +
141 "screenshot_directory = \"/\"\n" +

Callers 10

mountFileSystemsMethod · 0.95
writeFileMethod · 0.95
initShadersMethod · 0.95
loadPpssppAssetsMethod · 0.95
gotGameDataMethod · 0.80
createBottomMenuBarMethod · 0.80
extract7z.jsFile · 0.80
libunrar.jsFile · 0.80
readRARContentWorkerFSFunction · 0.80
extractzip.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected