Skip to content

ale 0.2.0

Latest
Compare
Choose a tag to compare
@jkin0 jkin0 released this 17 Sep 10:09
618ecfd

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