Actions
Bug #138
closedDir - dir$ errors
Start date:
02/06/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
In the below the loadiff finds the logo file fine and displays it, however when trying to do a directory of the "drive" (or the iff subfolder) with the dir command, or when trying to set the directory with dir$ Aoz reports back a drive not found error:
#manifest:"amiga"
#speed:"safe"
#fullScreen:true
#splashScreen:false
//dir "AMOSPro_Examples:" // drive not found error
//dir$="AMOSPro_Examples:"// drive not found error
Load Iff "AMOSPro_Examples:iff/Logo.iff", 0 // obviously works fine
wait key
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.5
Fixed!
Updated by Baptiste Pillot over 4 years ago
- Description updated (diff)
- Status changed from Resolved to Feedback
v0.9.6 : The code "as this" does not work anymore, for me (VisualStudioCode / Windows).
Updated by Brian Flanagan about 4 years ago
- Affected version changed from 0.9.4 to 0.9.9.4-RC1
Tested in 0.9.9.4-RC1
Dir and Dir$ are still not working. (though they were working previously)
Updated by Brian Flanagan about 4 years ago
- Status changed from Feedback to Closed
- Affected version changed from 0.9.9.4-RC1 to Beta RC2
Actions