文件名称:plentiful-files:用于管理大量文件的异步库
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-20 09:30:43
JavaScript
丰富的文件 用于管理大量文件的异步库。 实现文件管理所需的 5 个函数:exists、read、write、unlink、list。 安装 npm install plentiful-files 用法 设置: var pf = require ( 'plentiful-files' ) ; var pfInstance = new pf ( { prefix : 'PF' , dir : './myfiles/' } ) ; 存在: pfInstance . exists ( fileid , function ( exists , err ) { ... } ) ; 读: pfInstance . read ( fileid , function ( err , data ) { ... } ) ; pfInstance . read
【文件预览】:
plentiful-files-master
----.gitignore(587B)
----README.md(745B)
----test.md(0B)
----test()
--------mocha.opts(66B)
--------common.js(901B)
--------function()
----LICENSE(18KB)
----package.json(862B)
----index.js(10KB)
----.travis.yml(81B)