Skip to content

Releases: jkin0/ale

ale 0.2.0

17 Sep 10:09
618ecfd

Choose a tag to compare

Additions

  • example script
  • ale_count_files(char *dir)
  • ale_count_file_by_ext(char *dir)
  • ale_copy_file(char *filename, char *dst_name)
  • ale_change_filetype(char *filename, char *new_type, int rename_file)
  • ale_move_file_to_dir(char *file, char *dir, int move_file)
  • ale_move_file(char *file, char *path)

Changes

  • ale_set_verbose takes an argument for the level of how verbose
  • ale_find_all and ale_find_all_by_ext both create collections of found files

ale 0.1.0

17 Sep 07:37
9aea8b0

Choose a tag to compare

Basic functionality.