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
if drag a file to a different volume (any folder), the file is copied. This is handled correctly in ApolloOS
if drag a file icon to a different location on same volume, the file should be moved (ie copy, then delete source file). This mode doesn't happen.
This is different behavior than normal Workbench 1.0 - 3.2
Steps to reproduce the behavior:
Drag the txt file from Apollo Desktop to RAM:
Doublelick on RAM:
Create new drawer in RAM:
Drag txt file to from RAM: to the new drawer in RAM:
See error - file is copied instead of moved
Expected behavior
expected txt file in RAM: to be deleted after successful copy to different drawer on same volume
Configuration
Apollo Device
V4 Stand Alone, 1Gb memory, ApolloOS 9.4.2
Additional context
As I believe we are using actual legacy Workbench program, I am thinking that there could be an error in dos.library, that prevents the delete from happening. eg SameVolume test (Just a guess)