如何在Python中获取当前的工作目录?
要在Python中获取当前的工作目录,有一个库函数getcwd()在os模块中。
getcwd()函数不接受任何参数,并以字符串形式返回当前工作目录的路径,即其返回类型为<classstr>。
语法:
import os # 函数调用 os. getcwd()
Python代码获取当前工作目录
# Python代码获取
# 当前工作目录
# 导入模块
import os
# 获取当前路径
current_path = os.getcwd()
print("Current working directory is:", current_path)
#打印getcwd()函数的类型
print("Type of \'getcwd()\' function is:", type(os.getcwd()))输出结果
Current working directory is: /home/runner/FrenchBrightDaemon Type of 'getcwd()' function is: <class 'str'>
热门推荐
10 特别的端午祝福语简短
11 离职横幅升职祝福语简短
12 九子订婚祝福语简短
13 20岁简短生日祝福语
14 写给情侣祝福语 浪漫简短
15 姐妹分手了祝福语简短
16 过节文案成语祝福语简短
17 父亲祝福语大全简短语
18 邻家生小孩祝福语简短