I am trying to open a file that is stored on a workstation using Python which is being hosted through a Citrix server. I don't have administrative permissions to install python directly on the workstation I'm using so I'm saddled with this set up.
I can see the pathway for the current directory but I'm not sure how or even if I can change the directory to pull from the C: drive of the workstation I'm using. I've included a snip of the current directory and the error I encounter when trying to change the directory below.