Skip to content

1.0.0

Compare
Choose a tag to compare
@tschifftner tschifftner released this 13 Dec 11:36
· 22 commits to main since this release

1.0.0 (2022-12-13)

Bug Fixes

Features

  • added additional mode (942fed4)
  • added File mode consts (bb4fe16)
  • added fread, ftell and fseek (c2669f5)
  • added fwrite function and allowed getContent to return the whole content (5670633)
  • added get Extension and toString method (918e225)
  • added getFilenameWithoutExtension and Tests (f2bde98)
  • added move as alias for rename (1c21ffe)
  • added possibility to create file when used with write mode (840a1b2)
  • added rename function (adeb6c1)
  • allow rename to use previous filename if newpath ends with / (1162444)
  • initialized library (5fd6568)
  • made rename more predictable (99e639a)
  • overworked rename method (6532f5a)