DefaultApplication.openMethod
DefaultApplication.open(filename; wait = false)

Open a file with the default application determined by the OS.

The argument wait is passed to run.

DefaultApplication.testMethod
DefaultApplication.test()

Helper function that creates text file, attempts to open it with the OS-specific default application, and prints information that helps with debugging.