我想通过python过滤手机(制造商: Realme,操作系统:奥利奥)中的“我的音乐”文件夹。
import os
os.chdir(r'E:') # I am able to change between C and E drive.
os.chdir(r'This PC\realme 3 Pro\Internal shared storage') #throwing below error.
FileNotFoundError: WinError 3系统找不到指定的路径:
我听说最新的手机支持MTP和PTP协议来转接,但不支持UMS。
谁能指导我如何