I'm trying to do a simple operation: - copy a file into a temporary folder - reference and use the file.
The copy works fine but folderitem.CopyFileTo doesn't return the final folderitem so I have to make it up. I used tempFolder.child(originalFile.name) but it doesn't find the file because the long filename (Mac OS 10.4.x) gets truncated. The question is, how do I get the folderItem to the new file I've created? (and then second question is, why is this so hard?) Regards, Steve Upton -- _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
