Skip to content

Releases: DataV-Team/FS

V0.1.1-alpha (2020-07-06)

06 Jul 02:47
Compare
Choose a tag to compare
Pre-release

Perfect

  • Exception: Throw exception normally.

V0.0.2-alpha (2019-07-10)

10 Jul 06:09
Compare
Choose a tag to compare
Pre-release

New

  • access: Promise fs.access.

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

09 Jul 03:36
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • Entry: Incorrect entry file setting.

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

09 Jul 03:24
Compare
Choose a tag to compare
Pre-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.