return { tag = 'modules', summary = 'Provides access to the filesystem.', description = 'The `lovr.filesystem` module provides access to the filesystem.', notes = [[ LÖVR programs can only write to a single directory, called the save directory. The location of the save directory is platform-specific:
| Windows | C:\Users\<user>\AppData\Roaming\LOVR\<identity> |
| macOS | /Users/<user>/Library/Application Support/LOVR/<identity> |