Gopher2600/archivefs
JetSetIlly ab05b31960 archivefs: set complete flag in all instances
if the name of the directory to be read hadn't changed then the result
was returned immediately but with the complete flag being set

this caused the ROM select window to forever centre on the currently
selected file. the bug was not noticeable unless the select window was
used for a second time in a session

the archivefs set channel now expects an instance of an Options type.
added a force option to instruct archivefs to always re-read directory
2024-12-22 11:53:47 +00:00
..
testdir added archivefs package and support in cartridgeloader and ROM select window 2024-04-16 19:22:38 +01:00
archivefs.go archivefs optionally sets a 'fallback' path 2024-05-17 20:35:36 +01:00
archivefs_test.go fixed call to filepath.Clean() in archives.Set() 2024-06-21 21:00:02 +01:00
async.go archivefs: set complete flag in all instances 2024-12-22 11:53:47 +00:00
doc.go added archivefs package and support in cartridgeloader and ROM select window 2024-04-16 19:22:38 +01:00
extensions.go corrected archivefs docs 2024-04-17 15:59:17 +01:00
path.go added lint target to Makefile 2024-11-23 14:56:36 +00:00
sort.go better asynchronous listing of directory with archivefs 2024-05-17 11:20:22 +01:00