5LKWSVI6U5CCZBDFBU2I3O5VOCK42UNVQXEVO5RT2JYOQQL44HWAC notes. LÖVE limits what directories apps can access (which is great), but hassome confusing rules around them. Each app can only write to files under asingle directory, the app's _save directory_ ([love.filesystem.getSaveDirectory()](https://love2d.org/wiki/love.filesystem.getSaveDirectory)).
notes. LÖVE limits what directories apps can list files from (which is greatfor privacy), but has some confusing rules around them. Each app can onlywrite to files under a single directory, the app's _save directory_([love.filesystem.getSaveDirectory()](https://love2d.org/wiki/love.filesystem.getSaveDirectory)).