Question Path not found

Oct 13, 2019
1
0
10
Hello, recently I have encountered a problem.I have some files on my Android device and I want to view them on my PC.They have no read only attribute so I used the command attrib +r "path\to\the\file"/s in the command Prompt and it's says path not found.The parameter format is correct.
Can someone help me?
 
attrib command requires storage access
android for quite a while doesnt support usb mass storage

try this
https://play.google.com/store/apps/details?id=com.theolivetree.webdavserver&hl=en
this will give u network path to your storage
map it as network drive (this PC -> Map network drive)
once done, network drive will be on UNC path, which is still not supported by cmd i think

well eitherway try it now, if it wont work, do following step in cmd:
SUBST drive1: drive2:
drive1: will be some random letter which isnt used yet
drive2: is your network drive u made before
ex: SUBST x: y: