Tagged Questions
2
votes
1answer
474 views
Do the methods in Apache's FileUtils peform synchronous (blocking) i/o?
Do the methods in Apache's FileUtils perform synchronous (blocking) i/o?
I am making a call to FileUtils.copyDirectoryToDirectory. In my next line, I want to delete the directory that I copied.
...