rmdir warning message

John W. Eaton jwe at octave.org
Mon Dec 29 14:08:03 CST 2008


On 29-Dec-2008, Jeremy Kepner wrote:

| When I set:
| 
|  confirm_recursive_rmdir = 0
| 
| I still get the prompt:
| 
|   remove entire contents of ./TestDir? (yes or no) yes

Try

  confirm_recursive_rmdir (false);

jwe


More information about the Bug-octave mailing list