On Tue, 13 May 2003, [iso-8859-1] "Unternährer Thomas, uth" wrote: > I have a file: d:\foo.txt and want to delete this. > I tried: > system("del d:/foo.txt") works not > system("notepad d:/foo.txt") works > Is it possible that I can't delete files or do I have misunderstood something? unlink()