Basically, file is somewhere in
c/users/someKnownPath/unknownsubFolder/file.xml
and the file.xml
contains the name of unknownsubFolder
So how do i load file.xml without knowing the unknownSubFolder?
Im kinda trying to explain it so there are no further questions, so ima add screenshot.
How do i load the library.xml file, if i dont know that its in BridgeParts folder? I know its in OfficialLibraries, but idk where excatly, (Loading all Library.xml files from all subfolders of OfficialLibraries and storing them in list works as well)
i dont need to be explained on how to load the file, but just how to get to it. Library.XML has a line which says BridgeParts, if i can open the file without knowing the full path, then i can complete it anyways.
Attempt 3 at making this short and understandable XD
I dont know this file is in BridgeParts sub folder, but i know its in OfficialLibraries.
Library.XML contains a line which says BridgeParts.
How do i get a full path to Library.XML?