How can we delete all files in a directory?
(a) Files.delete(path)
(b) Files.deleteDir()
(c) Directory.delete()
(d) Directory.delete(path)
I have been asked this question in a job interview.
My question is from File and Directory topic in division Autoboxing & Miscellaneous of Java