home *** CD-ROM | disk | FTP | other *** search
- on xtracopyabout
- global name_abouttxt, abouttxtPath
- set name_abouttxt to the name of member the member of sprite 3
- put name_abouttxt
- if the platform contains "Mac" then
- maccopyabout()
- else
- openXLib("Xtras\filecopy")
- set fileName to the pathName & abouttxtPath & name_abouttxt
- if fileName > EMPTY then
- set wFileName to doSaveAsDlg(the pathName & abouttxtPath & name_abouttxt, "Word@*.rtf")
- if wFileName > EMPTY then
- set result to CopyFile(wFileName, fileName)
- put result
- end if
- end if
- closeXLib("Xtras\filecopy")
- end if
- end
-