https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117203
Bug ID: 117203
Summary: Add Delete procedure function to FIO
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: modula2
Assignee: gaius at gcc dot gnu.org
Reporter: gaius at gcc dot gnu.org
Target Milestone: ---
A library addition requested from the gm2 mailing list:
> Can we expand module FIO.def by `Delete` procedure that will be delete
> a file?
>
> I think FIO.def is good place for it, because `Exists` is here.