Opened 13 years ago
Closed 13 years ago
#252 closed defect (fixed)
CLOSE with :ABORT T does not delete FILE
Reported by: | opoku | Owned by: | gb |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ANSI CL Compliance | Version: | |
Keywords: | Cc: |
Description
When a file is created with OPEN, CLOSEing it with :ABORT T should delete it. Currently, the created file is not deleted.
The correct thing happens, though, when the file is CLOSEd after OPENing it with :IF-EXISTS :SUPERSEDE. ie The original contents are restored.
Change History (1)
comment:1 Changed 13 years ago by gb
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This seems to have been fixed a while back.