Find the path for an AXVW file
The following method retrieves the file path for an AXVW file:
FileHelper.findFile(Context context, String fileName)
Example
String filePath = FileHelper.findFile(ContextStore.get(), fileName);
Document doc = readFile(filePath);
File
src/main/com/archibus/eventhandler/dashboarddefinition/DashboardWizardHandlers.java
Note, the
findFile()
method is limited to searches for AXVW file paths. This excludes AVW files.