Hi,
in this method there should be a little bug in the code stripping the 
last part of the path:

path = path[:string.rfind("/", path)+1]

insted of the correct:

path = path[:string.rfind(path, "/")+1]

-- 
Fabio Forno - PhD Student
Politecnico di Torino - Dip. Automatica ed Informatica
C.so Duca degli Abruzzi 24 - 10129 Torino (Italy)
[EMAIL PROTECTED]


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to