[10524] in Athena Bugs
Xmh delete folder
daemon@ATHENA.MIT.EDU (wchuang@Athena.MIT.EDU)
Wed Jun 2 12:13:29 1993
From: wchuang@Athena.MIT.EDU
Date: Wed, 2 Jun 93 12:13:25 -0400
To: bugs@Athena.MIT.EDU
The XmhDeleteFolder() function for deleting a folder in Xmh seems to be
a bit too powerful.
It seems to do a "rm -rf" rather than a delete. I checked in
/usr/athena/lib/X11/app-defaults, and the folder delete uses the
function "XmhDeleteFolder()". The manual page for Xmh notes that it
will delete subdirectories in the folder, which it does.
It does not use "delete". This is probably a design flaw...
-William