所以现在我正在尝试通过计算机上的浏览功能自动访问某个文件。这是我到目前为止所拥有的,但它只让我在与我的文件所在的文件夹相同的文件夹中。我将如何访问另一个文件夹:
<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>
filename.bin 是我试图访问的文件之一,但它只让我在同一个文件夹中。
我尝试了其他一些方法让它离开文件夹,但无济于事。