The difference between mkdir () and mkdirs () in java File is mkdirmkdirs.

Source: Internet
Author: User

The difference between mkdir () and mkdirs () in java File is mkdirmkdirs.

Mkdir ()
You can only create folders in an existing Directory.
Mkdirs ()
When creating a folder, if its parent directory does not exist, you can automatically create its parent directory and the current directory. To create a directory d: path = F:/a/B/c/d

If the parent directory F:/a/B or F:/a/B/c does not exist, mkdirs () will automatically create the directory to the d folder.

Mkdirs
Public boolean mkdirs ()

Create a directory. Its path name is specified by the current File object, including any required parent path.

Return Value:
True if the directory (or multi-level directory) can be created; otherwise, false.

Mkdir
Public boolean mkdir ()

Create a directory whose path name is specified by the current File object.

Return Value:
True if the directory can be created; otherwise, false.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.