processFile()

Availability

Adobe Dreamweaver 4.

Description

This function is called when there is a file to process. The Report command should process the file without modifying it and use the dw.ResultsPalette.SiteReports() function, the addResultItem() function, or the resWin.addItem() function to return information about the file. Adobe Dreamweaver automatically releases each file's DOM when it finishes.

Arguments

strFilePath

  • The strFilePath argument is the full path and filename of the file to process.

Returns

Adobe Dreamweaver expects nothing.