viewing files in python?

Posted by Galilsnap on Stack Overflow See other posts from Stack Overflow or by Galilsnap
Published on 2010-06-10T00:13:47Z Indexed on 2010/06/10 0:22 UTC
Read the original article Hit count: 206

Filed under:

I am creating a sort of "Command line" in Python. I already added a few functions, such as changing login/password, executing, etc., But is it possible to browse files in the directory that the main file is in with a command/module, or will I have to make the module myself and use the import command? Same thing with changing directories to view, too.

© Stack Overflow or respective owner

Related posts about python