getCurrentURL

scrapeableFile.getCurrentURL()
Description
Returns the URL of the scrapeable file. Note that if this method is invoked after the scrapeable file is requested it will contain the URL with all of the session variable tokens resolved.
Example
// Stores the current URL in the variable currentURL.
currentURL = scrapeableFile.getCurrentURL();