【发布时间】:2014-05-30 12:49:57
【问题描述】:
我正在使用他们正常的打开文件程序来打开文件浏览器。
我正在使用
<LoadDialog>:
size: '300dp', '300dp'
title: filechooser.path
choosen_file: None
BoxLayout:
pos: root.pos
orientation: "vertical"
FileChooserIconView:
id: filechooser
path: os.path.expanduser('/var/mobile/Media/PhotoData/Sync/')
我正在尝试访问 iOS 的照片库。
【问题讨论】:
-
您找到解决方案了吗?