Making the trash visible on the desktop

Hello,

Is it possible to make the Trash visible on the desktop in Mac OSX?

I trie this …

If SpecialFolder.Trash.name = “.Trash” then
SpecialFolder.Trash.name = “Trash”
msgbox “Trash should be visible now” + chr (13) + “… may require a restart.”

else
SpecialFolder.Trash.name = “.Trash”
msgbox “Trash should be invisible now” + chr (13) + “… may require a restart.”

end if

but it does not work.

Thanks.

Lennox

Don’t.
Absolutely not.

You’ll fuck up everything.

What are you trying to achieve ? Whats the end goal ?

Thanks jean-paul,
Lennox