1.2.3 • Published 4 years ago

@lastos/files-helper v1.2.3

Weekly downloads
6
License
MIT
Repository
-
Last release
4 years ago

常用的文件操作类

安装:

npm install files-helper

##APIs

function getFileList(filePath: string, opt: any): Promise;
function copyFile(src: string, dest: string, opt:any): Promise;
function cancelCopy(id: string): Promise;
function removeFile(filePath:string): Promise;
function renameFile(filePath:string, newName:string): Promise;
function searchFiles(dirPath:string , seo:string): Promise;

Example

copyFile(path.join(__dirname, 'src'), path.join(__dirname, 'temp')).then(res => {
    console.log(JSON.stringify(res));
});
1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.4

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago