FileDialog.promptFileNotFound

Overview | Methods | This Package | All Packages

FileDialog.promptFileNotFound

Prompts the user when a file does not exist.

Syntax

protected void promptFileNotFound( String fileName )

Parameters

fileName

The name of the file to search for.

Remarks

This method is invoked when the checkFileExists property is set to true and the specified file does not exist.