[Tutor] Newbie question.

SA sarmstrong13@mac.com
Sun, 26 May 2002 23:54:50 -0500


I'm trying to use the os.listdir module to list a directory and then store
that output to a list. I'm probably doing this wrong:
X = listdir(/)

I get an invalid syntax error.

How do I accomplish this? Sorry if this question is too newbyish.

Thanks.
SA