printFile(path)

Class: SwingUI.

Description:

Tells operating system to print a file using default file printing dialog window.

Parameters:

Name Type Description

path

String

Absolute path of a local file to print.

Returns:

Returns true if the file exists and this operation is supported by the operating system; otherwise returns false.

Type: boolean