Program.execute

Executes the program with the file as the single argument in the operating system. It is the responsibility of the programmer to ensure that the file contains valid data for this program.

@param fileName the file or program name @return <code>true</code> if the file is launched, otherwise <code>false</code>

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT when fileName is null</li> </ul>

class Program
bool
execute
(
String fileName
)

Meta