puter icon indicating copy to clipboard operation
puter copied to clipboard

God mode applications have no home directory created

Open ProgrammerIn-wonderland opened this issue 1 month ago • 1 comments

title: if you open any godmode application and try to run await puter.fs.mkdir("any-relative-folder-name") it will fail. A workaround for this await puter.fs.mkdir("any-relative-folder-name", {recursive: true})

ProgrammerIn-wonderland avatar Oct 26 '25 01:10 ProgrammerIn-wonderland