Is there a way to get the progress for move and delete operation in nodeJS?

363 views Asked by At

Currently, I am using fs.move and fs.remove (from fs-extra package) to move and delete file via nodeJS on Ubuntu 18.04, I want to monitor the progress of these operation. For copy, I can use progress-stream to measure the progress for copy or file download operation. I want something similar for delete and move operations on large number of files like in Windows explorer. Any npm module suggestion that does move and delete and shows progress is welcome too.

0

There are 0 answers