8000 Tags · vznncv/pathutil · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vznncv/pathutil

Tags

v0.2.1

Toggle v0.2.1's commit message
- Refactor `write_data`, `read_data`, `write_str`, `read_str` functio…

…ns to use system calls `open`,

  `read`, `write`, `close` instead of `fopen`, `fread`, `fwrite`, `fclose` to prevent dynamic memory
  allocation/deallocation by a C library.

v0.2

Toggle v0.2's commit message
Release version 0.2.1

v0

Toggle v0's commit message
Release version 0.2.1

v0.2.0

Toggle v0.2.0's commit message
- Add `dirname`, `basename`, `cleartree`, `is_child_dirent`, `readdir…

…_children`, `write_str`, `read_str` functions.

v0.1.0

Toggle v0.1.0's commit message
- Add `rmtree`, `makedirs`, `isdir`, `isfile`, `exists`, `getsize`, `…

…isabs`, `join_paths`,

  `append_path`, `normpath`, `write_data`, `read_data` functions.

v0.1

Toggle v0.1's commit message
Release version 0.1.0

0