We writed java program, it deletes directory on some shared network disc. But it is very slow. It uses recursion for directories deletion (in function commons-io FileUtils.deleteDirectory). But I think recursion is slow, because there is a lot of network communication.
Is some way, how to delete directory with content by one "command"?