📌  相关文章
📜  如何使用 python 代码示例获取真实路径

📅  最后修改于: 2022-03-11 14:45:21.980000             🧑  作者: Mango

代码示例1
import os
print("real path of file ",filename," is ",str(os.path.realpath(filename)))