Hi,
I don't know how to use the DOS command "rmdir" with Runtime...
I tried this :
Runtime.getRuntime().exec("RMDIR /S /Q myDirectory");
but I have this exception :
Exception in thread "main" java.io.IOException: Cannot run program "RMDIR": CreateProcess error=2, The system cannot find the file specified
Java doesn't find program "RMDIR"...