cp-file:复制文件

时间:2024-06-15 01:38:23
【文件属性】:

文件名称:cp-file:复制文件

文件大小:13KB

文件格式:ZIP

更新时间:2024-06-15 01:38:23

JavaScript

cp文件 复制文件 强调 通过使用异步版本中的流和同步版本中的来 。 通过使用恢复。 通过为您创建不存在的目标目录来实现用户友好。 可以通过关闭来确保安全。 保留文件模式,保留owner。 用户友好的错误。 安装 $ npm install cp-file 用法 const cpFile = require ( 'cp-file' ) ; ( async ( ) => { await cpFile ( 'source/unicorn.png' , 'destination/unicorn.png' ) ; console . log ( 'File copied' ) ; } ) ( ) ; 原料药 cpFile(源,目标,选项?) 返回一个Promise ,该Promise在复制文件时解决。 cpFile.sync(源,目标,选项?) 来源 类型: string 您


【文件预览】:
cp-file-main
----.gitignore(44B)
----package.json(1KB)
----.npmrc(19B)
----cp-file-error.js(261B)
----index.js(3KB)
----.github()
--------workflows()
--------funding.yml(91B)
----license(1KB)
----readme.md(2KB)
----index.test-d.ts(889B)
----progress-emitter.js(708B)
----.gitattributes(19B)
----test()
--------async.js(8KB)
--------helpers()
--------progress.js(2KB)
--------sync.js(6KB)
----.editorconfig(175B)
----fs.js(2KB)
----index.d.ts(2KB)

网友评论