You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your updates to this handy tool.
I was just putting a simple cross-dev script together and this puzzled me a bit:
cadius.exe v 1.4.0 (c) Brutal Deluxe 2011-2013.
Replacing file '/MERLIN16/M2#061000' :
Error : Can't get file from Image, File not found.
Error : Invalid Prodos File path '/MERLIN16/M2'.
That's a REPLACEFILE when the destination file (M2) doesn't exist.
I haven't looked at the code yet but I presume the error is from the delete.
It actually adds the file and returns a success code, but it would be nicer without errors.
Cheers,
Nick.
The text was updated successfully, but these errors were encountered:
I apologize for being lazy, but that snippet of code is the reason why the error happens (I'm just reusing the existing delete functions but there should be an option to do so silently as required by this use case).
@sicklittlemonkey Would you be interested in helping me maintain this? Extra hands are always useful, but especially so for code reviews & testing before release. Block device stuff is coming soon and I want to look at testing it more closely.
I can't "commit" to anything at the moment, sorry, but I'll keep an eye on things when I can. There's stuff I'd like to be doing in AppleWin that I don't have time for. Kids etc come first.
Hi, thanks for your updates to this handy tool.
I was just putting a simple cross-dev script together and this puzzled me a bit:
That's a REPLACEFILE when the destination file (M2) doesn't exist.
I haven't looked at the code yet but I presume the error is from the delete.
It actually adds the file and returns a success code, but it would be nicer without errors.
Cheers,
Nick.
The text was updated successfully, but these errors were encountered: