Refactor|FS1: Removed rendundant duplication - openAuxiliary() can use tryOpenFile()
Now that opening a file and the indexing/linking of said file is now performed separately, openAuxiliary() no longer needs to duplicate the functionality of tryOpenFile().
Refactor|FS1: Removed rendundant duplication - openAuxiliary() can use tryOpenFile()
Now that opening a file and the indexing/linking of said file is now
performed separately, openAuxiliary() no longer needs to duplicate
the functionality of tryOpenFile().