Skip to content

Commit

Permalink
updated docu
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Oct 3, 2024
1 parent bdf05d9 commit 76c177e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ The path could be relative or absolute.
This function operates synchronously.
The target folder itself will not be deleted.

Usage: `deleteFoldersRecursive(__dirname + '/src');`
Usage: `deleteFoldersRecursive(__dirname + '/src', ['.png']);`

The files given in the second parameter will not be deleted.

### copyFolderRecursiveSync

Expand Down

0 comments on commit 76c177e

Please sign in to comment.