File System
Contributors: Anirudh Gupta
This chapter covers most FileSystem operations, such as reading and writing files, creating directories, listing directory contents, etc. We mainly use the System.FilePath type and the IO.FS module from the Lean standard library.
This chapter also adds recipes for other important file formats, such as JSONL, which are commonly used.