listdir() path object python
not sure how to fill in the path object. Leaving it blank is current directory. How to change to a different directory to list on current drive. If not on current drive how to change the path object correctly so that python os.listdir() works. I have tried ../ does not work, tried just listing directory names starting at the highest level and down to the directory I want to list. To change drives the drive letter does not work.
How do I make file path from with ” to ‘\’ in python?
How do I make the file path like C:UserssDesktop989scene06241.png to file path like C:UserssDesktop989scene06241.png or C:UserssDesktop989scene06241.png in python?
exactly how to make this file path to unicode