<div dir="ltr"><div>In the Oakwood guidelines for Oberon-2 (1995),</div><div>in section 1.2.5.2 Operations on files and the file</div><div>directory, one can read the following:</div><div><br></div>"Delete(fn, res) removes the directory entry for the file fn<div>without deleting the file. If res=0<br>the file has been successfully deleted. If there</div><div>are variables referring to the file while</div><div>Delete is called, they can still be used."<div><br></div><div>How can I delete a file from a file system directory on</div><div>Windows or Linux without deleting it on the actual disk?</div><div>How can a file then be deleted from the disk?</div><div>Does this mean that if I open a file with Old, and then</div><div>call Delete, the file should be copied to /tmp, or does</div><div>it mean it should be loaded into RAM?<br><div><br></div><div>Kind regards,</div><div>Arthur Yefimov</div></div></div></div>