简体   繁体   中英

Does node fs support copying files using a globbing pattern?

I need to execute cp src/main/css/* ./dist . I found cpy on NPM, but just curious if Node supports this natively now?

本地节点fs模块不支持它的ATM,如下所示: Node FS API

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM