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() );