cormacj / rodos-disassembly

This project tracks the disassembly of the Romantic Robot RODOS v2.19 rom and then to correct known bugs.
https://www.cpcwiki.eu/index.php/RODOS
1 stars 0 forks source link

reformatting C failed to erase data if in subdirectory #4

Open cormacj opened 2 months ago

cormacj commented 2 months ago

To recreate:

cormacj commented 2 months ago

Before returning from |format I should probably invalidate the current directory

cormacj commented 2 months ago

This works on a top level directory, but not if you are within a subdirectory.

The problem here is that there isn't an obvious way to invalidate the current directory because it's not clear if you are formatting something in the current directory, or if you are formatting while on a different drive.

cormacj commented 1 month ago

Seems to be limited to C:

Testing on A: screenshot_20240707_194357

It takes a moment, but it corrects itself.