2022.12.2-9.1 • Published 3 years ago
@thundernetworkrad/files v2022.12.2-9.1
files
- Create a directoryAsync
require('@thundernetworkrad/files').mkdir('./example')It will create a directory called example
- Delete a directoryAsync
require('@thundernetworkrad/files').rmdir('./example')It will delete a directory called example
- Map a directoryAsync
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
3 years ago
2022.12.29
3 years ago