After creating my initial read and write programs (that need a lot more work to be complete), I’ve realised there is another method that would be useful in the disk access API which is “funlink” (to use the C/Linux term). I can’t see any other way you could delete a file without directly manipulating the filesystem sectors, which seems risky.
As methods 7-13 aren’t implemented yet, I’m assuming the MMFS2 ROM is using low level sector access to display the directory listings, so maybe it’s not as dangerous as I think.
After creating my initial read and write programs (that need a lot more work to be complete), I’ve realised there is another method that would be useful in the disk access API which is “funlink” (to use the C/Linux term). I can’t see any other way you could delete a file without directly manipulating the filesystem sectors, which seems risky.
As methods 7-13 aren’t implemented yet, I’m assuming the MMFS2 ROM is using low level sector access to display the directory listings, so maybe it’s not as dangerous as I think.