1.2.3 • Published 3 years ago

@lastos/files-helper v1.2.3

Weekly downloads
6
License
MIT
Repository
-
Last release
3 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

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.4

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago