コメント

1件のコメント

  • Matthew Peck

    Has anyone figured this out? I want to call a file path with python:

    data = (r"C:\\BoxDrv\\Box\\home\\")
    new = os.listdir(data)
    print(new)


    #results
    FileNotFoundError
    : [WinError 3] The system cannot find the path specified: 'C:\\BoxDrv\\Box\\home\\'

    I am not sure if this has been solved, I haven't seen anything on it. 

    0
    コメントアクション パーマリンク

投稿コメントは受け付けていません。