Package com.huguesjohnson

Class Summary
FileCopy FileCopy - utility class to copy files and directories
FileDelete FileDelete - utility class to delete files and directories
ImageLoader Utility class to load an image from a file.
LaunchBrowser class LaunchBrowser usage: String result=(new LaunchBrowser()).launch("http://www.wherever.com"); alternate usage: String verboseResult=(new LaunchBrowser()).launch("http://www.wherever.com",true); alternate usage: String verboseResult=(new LaunchBrowser()).launch("file://c:\\some-folder\\some-file.html",true); alternate usage: String verboseResult=(new LaunchBrowser()).launch("file:///some-dir/some-file.html",true); This has only been tested on Windows 2000, if it doesn't work on another OS please set verbose to true to debug.
PathResolver Utility class to resolve full and absolute paths