getName
String scrapeableFile.getName ( )
Description
Get the name of the scrapeable file.
Parameters
This method does not receive any parameters.
Return Values
Returns the name of the scrapeable file, as a string.
Change Log
Version | Description |
---|---|
4.5 | Available for all editions. |
Examples
Write Scrapeable File Name to Log
// Outputs the name of the scrapeable file to the log.
session.log( "Current scrapeable file: " + scrapeableFile.getName() );
session.log( "Current scrapeable file: " + scrapeableFile.getName() );
scraper on 07/16/2010 at 4:57 pm
- Printer-friendly version
- Login or register to post comments