Kevin Windham <kevo at gatorgraphics dot com> wrote: > The problem is either with the way you are calling this method, or the way > it's implemented depending on your point of view. The nil object is occurring > because the line: newFolder=destination.child (source.name) is trying to > create a folderitem inside a folderitem that doesn't exist. There is no need > to create the folder name as a child since destination is already a folderitem > pointing to the folder that needs to be created. > > try this small change > > newFolder=destination //.child(source.name) > > I haven't tested extensively, but I think this should do the trick. > > HTH, > Kevin > > Hi, Kevin--
That was it...! Thank you :) All My Best, Jeffrey _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
