Has anyone put together a simple workaround for browsing system files in perspective? My case is that I'd like my users to access reports that may or may not have been generated. i.e. generator 1 was not used that day, so no report was generated and placed in the folder.
I'd like to make a screen that gets these file paths, parses some info from the filepath, and displays it in a table so users can leverage the search feature for specific info.
I got the folder mounted via WebDev and can access my pdfs that are saved. It seems like you might be able to browse via a gateway system command like popen and rile it together based on that. I suppose you could also have some service on the server that you can hit an API on to return that information, too.