Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Latest commit

 

History

History

FileOperationDemo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

移动设备 - 本地文件操作示例程序

Local File Operation Demo for Meteor on Mobile Device

简介

  • 读取手机本地文件,支持Android、IOS
  • 创建多级目录、文件
  • 删除目录

注意

iOS路径

  • IOS设备从沙盒内Documents目录开始读。

Android路径

  • Android设备从根目录开始读。

使用的包

$ meteor list

autopublish                      1.0.3  Publish the entire database to all cl...
cordova:org.apache.cordova.file  1.3.3
insecure                         1.0.3  Allow all database writes by default
meteor-platform                  1.2.2  Include a standard set of Meteor pack...
semantic:ui-css                  1.12.2* Semantic UI - CSS Release of Semanti...

下载

下载源代码:请戳这里

感谢

若您要发表评论或提交问题,请戳这里

Linus Torvalds 说:Talk is cheap, show me the code.