private String path;
public FsConnection(FsDriver fsDriver, FsConfiguration form) throws CaoException {
super(fsDriver,form.getConfig());
setUser( new CaoUser(new EmptyApplication(this),System.getProperty("user.name"),true,true) );
this.path = form.getPath();
// FsApplication app = new FsApplication(this, path);
// applications.put(CaoDriver.APP_CONTENT, app);
// CapGuiDriver.createApplicationFor(config,applications);
}