* @param path The relative path to the new file system binding point
* @param handler The handler to execute with the new file system binding
* @return A handler
*/
public static Handler fileSystem(LaunchConfig launchConfig, String path, Handler handler) {
return new FileSystemBindingHandler(launchConfig, path, handler);
}