On May 05, 2006, at 19:21 UTC, Sven E Olsson wrote:
> SaveStr = f.Parent.GetSaveInfo(Nil)
>
> d = GetFolderItem(SaveStr).Child("tmp100.jpg")
Why the extra gyrations? You could just do:
d = f.Parent.Child("tmp100.jpg")
and have the same effect, more safely. (Of course in a real app you'd want to
go to more effort to pick a temp file name that's not in use.)
Best,
- Joe
--
Joe Strout -- [EMAIL PROTECTED]
Available for custom REALbasic programming or instruction.
_______________________________________________
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>