|
Send2LinkFileName |
|
| Prototype: | (String pLinkFileName, Byte pShortPath=0),STRING |
| pLinkFileName | Name of the link file without path |
| pShortPath | Indicates if the path should be a short path (ShortPath()) or not (LongPath()). Defaults to false. |
| Returns | Full 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: