puter
puter copied to clipboard
God mode applications have no home directory created
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})