Posted By

louscomp on 12/17/09


Tagged

list python console files os interactive folders


Versions (?)

List files and folders in interactive mode.


 / Published in: Python
 

  1. >>> import os
  2. >>> os.listdir('.')

Report this snippet  

You need to login to post a comment.