Skip to content

Releases: sagiegurari/c_fsio

v0.5.3

30 Jan 10:24
Compare
Choose a tag to compare
  • Fixed minor allocation issue in fsio_join_paths
  • Added static to internal functions
  • Adding lint checks as part of build

v0.5.2

23 Oct 09:30
Compare
Choose a tag to compare

Enhancement: improve copy file performance.

v0.5.1

26 Sep 12:42
Compare
Choose a tag to compare

Enhancement: New fsio_file_extension function.

v0.5.0

24 Sep 13:22
Compare
Choose a tag to compare

Enhancement: Updated binary file operations.

v0.4.0

23 Sep 22:32
Compare
Choose a tag to compare

Enhancement: New binary file operations.

v0.3.0

09 Aug 13:59
Compare
Choose a tag to compare

Enhancement: fsio_move_file_with_options will return the error number enum instead of struct.

v0.2.0

09 Aug 06:09
Compare
Choose a tag to compare

Enhancement: fsio_move_file_with_options will return the error number struct instead of true/false.

v0.1.7

31 Jul 08:23
Compare
Choose a tag to compare
  • New fsio_join_paths function.
  • New fsio_file_size function.
  • New fsio_read_text_file_with_options function.
  • Improved input validation for more stable API.
  • Added cargo-make makefile for simpler sharing of optional development build instructions.

v0.1.6

27 Dec 15:17
Compare
Choose a tag to compare
  • New fsio_move_file function.
  • New fsio_move_file_with_options function.
  • New fsio_copy_file_with_options function.

v0.1.5

16 Dec 15:14
Compare
Choose a tag to compare
  • New fsio_chmod_recursive function.
  • New fsio_recursive_operation function which enables to recursively invoke an operation on all files/directories.
  • New FSIO_MODE_ALL global constant which defines an all permissions (777) mode_t value.