2022.12.2-9.1 • Published 2 years ago
@thundernetworkrad/files v2022.12.2-9.1
files
Create a directory
Async
require('@thundernetworkrad/files').mkdir('./example')
It will create a directory called example
Delete a directory
Async
require('@thundernetworkrad/files').rmdir('./example')
It will delete a directory called example
Map a directory
Async
require('@thundernetworkrad/files').map('./example/*/*.js')
It return a list with the full path of all the file that ends with .js in a subfolder of ./example
2022.12.2-9.1
2 years ago
2022.12.29
2 years ago