|
Send2LinkExists |
|
| Prototype: | (String pLinkFileName),BYTE |
| pLinkFileName | Name of the shortcut link file to check without pathname. This must match the pSend2Name parameter in AddSend2Link. |
| Returns | Returns True or False depending on if the link file exists or not |
This method simply checks if the linkfile exists in the Send To folder.
Example:
ITS2 ITSend2Class
Code
If IST2.Send2LinkExists('Send to')
If Message('Do you want to remove the Send To link?','Remove link?',ICON:Question,BUTTON:Yes+BUTTON:No) = BUTTON:Yes
ITS2.RemoveSend2Link ('Send to')
End
End
See also: