📜  如何在python代码示例中打开文件夹

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

代码示例4
import subprocess
subprocess.Popen(r'explorer /select,"C:\path\of\folder\file"')

#I am going to find a way to make it so that if you code into the thing, then it will open a file you want