Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Create intermediate parent directories when creating a new fileHEADmain | Ben Bridle | 2024-12-16 |
| | |||
* | Hide the . and .. directories in file device | Ben Bridle | 2024-12-16 |
| | | | | | | | The file device shows the special directories . and .. in every directory but the root directory. To hide these, in non-root directories, we reduce the reported number of child entries by 2, and when selecting a child entry we increment the pointer by 2. | ||
* | Implement file device | Ben Bridle | 2024-11-22 |
There is still a small amount of work to be done on the file device: - Read file size only when requested - Hide '.' and '..' directories - Resize files |