google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

Rmdir should have an error code to report the deletion of a folder with content #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you execute Rmdir over a folder with content, it will return error 42 
(System Error) and message <System error #39: Directory not empty>.

For better understanding, and easy the detection of this kind of errors, it 
should return a proper error code only raised when an attempt to delete a non 
empty directory is made

Original issue reported on code.google.com by sebi...@gmail.com on 2 Jan 2012 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by benoit.m...@gmail.com on 8 Jan 2012 at 3:01

GoogleCodeExporter commented 9 years ago
Done in revision #4400.

Original comment by benoit.m...@gmail.com on 15 Jan 2012 at 8:55