directory - Difference between mkdir() and mkdirs() in java for java.io.File - Stack Overflow
Hello, can anyone tell me the difference between file.mkDir() and file.mkDirs()? ... mkdirs() will create the specified directory path in its entirety where mkdir() will only create the bottom most directory, failing if it can't find the parent directory ...