|
|
|
|
|
by mike_hearn
882 days ago
|
|
Which languages have a recursive delete in their standard library, other than shell? Do any? HShell (see other comments) also implements its own rm() function because the JDK standard library is too low level to support something like that. |
|