Rfm

Rfm is a GUI file manager. It allows the user to navigate through a filesystem, and open files.

Usage: rheise.rfm.FileManager

The rheise/rfm/FileManager.properties resource is used to configure which programs will be invoked to open files of each file type. The format of each program value is the same as the string that is passed into Runtime.exec(). If the command starts with "java ", then rheise.os will execute the Java program in a lightweight Java process. The path of the selected file will be passed as an argument to the program executed.

Rfm is Copyright (C) 2001 Ryan Heise

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.