At 11:35 AM -0700 8/12/00, John W Baxter wrote: >At 22:08 -0500 8/11/2000, Jeff Lowrey wrote: > >http://www.eudora.com/techsupport/mac/download/X-Eudora-Settings.txt) > >Ah...thanks. <shrug> I happened to be poking at scripting Eudora recently, and found the page. >This code will tell you the attachments folder for the currently-running >Eudora instance (program plus Eudora Settings file). If Eudora is started >with a different Eudora Settings file, the attachments folder is >potentially different. If Eudora isn't running when the AppleScript script >is run, then the same Eudora Settings file will be used as is used if the >application is double-clicked. > >For those who run only one Eudora instance, none of that matters, and all >is well. > >EXCEPT: if you have never set the attachments folder setting, then the >above code returns > {"", ""} This explains Chris' result. The real question is, and maybe this isn't hard (but I'm hoping I don't have to find out), how to turn "toothgnip:5231" into a path that can be used with File::Find? >That means that the attachements folder is "the folder named 'Attachments >Folder' in the same folder as the Eudora Settings file (by whatever name >that file has) with which Eudora was started". Yeah, finding this may be a little difficult. There isn't an equivalent setting to setting 45 for any of the other folders. Which is kind of odd, really, as they have to capture that info. So they must not have decided to expose it. <shrug> -Jeff Lowrey # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org