I understand that with the glob or listdir modules you can get a list of all the files in a directory. However, I need to know how assign the output from glob or listdir to a variable, in list form, like listdir("/some/file/") = list and then be able to print list and see a list of all files in /some/file/. Please help me out here.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
Are you looking for
If so, consider to work through a Python tutorial :) |
|||
|