Let's try that directory listing again.
First thing to do is to open a Windows command prompt. That should just display a C: prompt
Now assuming that your Kobo is mounted on drive E just type
Code:
dir e: /s /a > dir.txt
That will create a file in the directory you were in on the C drive.
The /s says all directories and the /a says all files including any with the hidden attribute
Sent from my Pixel 7a using Tapatalk