Welcome to the new Box Support website. Check out all the details here on what’s changed.

View File using File Path

New post

Comments

1 comment

  • 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
    Comment actions Permalink

Post is closed for comments.