Fernando RodrÃguez <spamers at must.die> wrote in comp.lang.python: > I need to filter out all the diretories of the list returned by > os.listdir(). How can I tell if an entry of that list is a dir or a regular > file? O:-) With os.path.isdir(file). -- Remco Gerlich