So right now I'm trying to access a certain file automatically through the browse function on my computer. This is what I have so far, but it only keeps me within the same folder as my file is in. How would I access another folder with this:
<SupportedDevices>
<Device VID="0x1234" PID="0x0001">
<Firmware MajorVersion="1" MinorVersion="00">filename.bin</Firmware>
</Device>
<Device VID="0x1234" PID="0x0002">
<Firmware MajorVersion="1" MinorVersion="01"> filename1.bin</Firmware>
</Device>
</SupportedDevices>
The filename.bin is one of the files I am trying to access but it only keeps me within the same folder.
I've tried a few other methods of getting it to get out of the folder but to no avail.