Send2LinkExists

Return to Introduction  Previous page  Next page

Prototype: (String pLinkFileName),BYTE

 

pLinkFileNameName of the shortcut link file to check without pathname.  This must match the pSend2Name parameter in AddSend2Link.

 

ReturnsReturns 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:

AddSend2Link

RemoveSend2Link

Send2LinkFileName
 

 



Direct link to this page on our website: http://www.icetips.com/manuals/send2/send2linkexists.htm