首頁  >  文章  >  後端開發  >  分析使用python的open函數時報No Such File or DIr的錯誤原因

分析使用python的open函數時報No Such File or DIr的錯誤原因

高洛峰
高洛峰原創
2017-03-15 14:39:012613瀏覽

我写的代码如下:

def createFileWithFileName(localPathParam,fileName): 
    totalPath=local_url+'\\'+fileName 
    if not os.path.exists(totalPath):
        print totalPath 
        file=open(totalPath,'w+') 
        file.close() 
        return totalPath

起初时local_url使用的是绝对路径:F:程序名/imgs

但是了程序一直报No such file or dir的错,后来发现只要换为相对路径即可,

../imgs,程序运行成功


以上是分析使用python的open函數時報No Such File or DIr的錯誤原因的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn