How do I convert a string into path objects?? Or how could I make path objects in python?
For example:
I need to use path objects in these:
os.listdir(path)
os.chroot(path)
-
2Those are just strings.thefourtheye– thefourtheye2015-01-11 08:33:15 +00:00Commented Jan 11, 2015 at 8:33
Add a comment
|