folderPathChanged

folderPathChanged(oldPath: String;
                  newPath: String);

The folderPathChanged method of the JadeReportWriterSecurity class is called by the JADE Report Writer Configuration application when the folder path of the receiver is changed, passing the existing folder path in the oldPath parameter and the new folder path in the newPath parameter.

You can reimplement this method in your JadeReportWriterSecurity subclass, to automatically create a security access entry for the values specified in the method parameters.