Get current directory and parent directory in Python

Source: Internet
Author: User

[Go] Original address: http://blog.csdn.net/liuweiyuxiang/article/details/71154346

Gets the path to the current file:

 from Import Path    = Path.dirname (__file__)  # returns the    directory where the current file is located #  __file__ is the current file, If running this line in the IDE will cause an error, change to  #d = Path.dirname ('. ')

To get the parent directory for a path:

# get the directory where D resides, that is, the parent  directory of D Parent_path  ##获得parent_path所在的目录即parent_path的父级目录

Get the absolute path to the specification:

# returns the absolute path of the directory specification where D is located

Get current directory and parent directory in Python

Related Article

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.