Skip to content

V0.0.0-alpha (2019-07-09)

Pre-release
Pre-release
Compare
Choose a tag to compare
@jiaming743 jiaming743 released this 09 Jul 03:24
· 16 commits to master since this release

Release

  • stat: fs.stat.
  • mkDir: fs.mkdir.
  • readDir: fs.readdir.
  • copyDir: Copy the folder to the specified location. If the folder already exists in the specified location, the folder will be cleared.
  • clearDir: Recursively empty the specified folder, the folder will be created if it does not exist.
  • emptyDir: Recursively empty the folder.
  • readFile: fs.readFile.
  • writeFile: fs.writeFile.
  • dirForEach: Recursively traverse all folders.
  • fileForEach: Recursively traverse all files.
  • unlinkDirFileByExtname: Delete the specified extname file.