I am trying to solve the question that I created about how to read the recorded date of a video that I took using a Windows phone. It seems that the creation date is overwritten when the files are “synchronized” with my computer.
I am trying to get around this by looking at the files in the phone directly. Therefore i need to access
"Computer\Windows Phone\Phone\Pictures\Camera Roll"
My problem is that I can only get os.chdir()to work with paths C://as root
Any suggestions?
Update
I tried to place and run a file that prints the current directory. Which gave me the result
C:\Users\<myUser~1.COM>\AppData\Local\Temp\WPDNSE\{<a lot of numbers and dashes>}
source
share