What I am trying to do is find the mail folder for our lotus notes files. I get it by doing the following:
lotusnotesmaildir = glob.glob('C:\Documents and Settings/pkinariwala/Local Settings/Application Data/lotus/notes/data/'+'*mail*/') That returns: ['C:\\Documents and Settings/pkinariwala/Local Settings/Application Data/lotus/notes/data\\mail02\\'] What I am trying to do is split the mail folder, in this case it would be mail02, but not all users would have that same mail folder. How can I split it so I get mail02. Any help in greatly appreciated. Thanx,
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor