Code: Select all
put specialfolderpath("desktop") & "/Books.exe" into tFile
put url("binfile:" & "/David3A/Books.exe") into url("binfile:" & tFile)
if the result is not empty then
answer the result
end if
Tedious as it can be to do well, error-handling makes a huge difference in the quality of the user experience. Without it, things just break and users get frustrated that they don't know why, but with it you can understand what went wrong and provide guidance to the user to get them through most anything that happens.