Sends a file to windows trash can
Usage:
sysFileToTrashCan (object me, string filePath )
Parameters:
filePath (string) - a string specifying the file path to an existing file
Returns:
(integer) - The success code
Example:
xtRose = xtra("Rosetta").new( )
nSuccess = xtRose.sysFileToTrashCan( "c:\program files\test.txt" )
Notes: