Include Directory with system.file.openFile()

Right now system.file.openFile([extension]) will default to myDocuments.

It would be nice if it had a second parameter for directory, so if a technician needs to open an Excel file they wouldn’t have access to the entire computer.

example:
system.file.openFile([directory], [extension])

system.file.openFile(“C:\Desktop\Reports”, “xls”)

Thanks,

Mike