Send2LinkFileName

Return to Introduction  Previous page  Next page

Prototype: (String pLinkFileName, Byte pShortPath=0),STRING

 

pLinkFileNameName of the link file without path
pShortPathIndicates if the path should be a short path (ShortPath()) or not (LongPath()).  Defaults to false.

 

ReturnsFull path and filename of the link file.

 

This method is only used internally in the class by the RemoveSend2Link and Send2LinkExists methods, but you can call it to get the full path of a link name if you need to. 

 

Example:

ITS2  ITSend2Class

Code

Message('Send to filename:' &|

       '|Short: ' & ITS.Send2LinkFileName('Test',True) &|
       '|Long: ' & ITS.Send2LinkFileName('Test',False))

 

See also:

AddSend2Link

RemoveSend2Link

Send2LinkExists

 



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