Function Returns the full URL to a relative path
Example var fullpath = S10Path(name);
Parameters
Nr Description
1
Name
Relative name of the file on the server, for example "icons/save_document.gif".
Description  With S10Path() you receive the corresponding complete URL for the browser for a server file name (relative file name within your S10 project), e.g.
"https://mycompany.com:44301/sap/bsp/s10/app1/icons/save_document.gif".
Components S10 Framework