Le Thu, 21 Aug 2003 09:11:36 +0200 Yves Ceccone <yves at yeccoe.org> ?crivait : > Hello, Salut Yves, > I'm using the commande : > texte = GetImageFile() > on a image > > and this return , by example : > > /home/yves/script.png > > and I want to move it only to : > > script.png Par exemple : import os nom_image = os.path.basename(texte) A+ Nicolas