Tamas Amon wrote: > > How I can move an image from one subdirectory to > other in dtml methjod? Use a python script ;-) to get a copy: destination.manage_clone(source,'new name') Also look for manage_cut and manage_paste cheers, Chris