ExTodo v0.1.0 ExTodo.FileUtils View Source

Utililities for deals with files and searching for code tags.

Link to this section Summary

Functions

Get all of the files according to the fileglob

Get all of the codetags within the list of files given the config settings

Read the contents of all the files in the provided list

Link to this section Functions

Link to this function

get_all_files(config, file_glob \\ "./**") View Source

Get all of the files according to the fileglob

Link to this function

get_file_list_codetags(file_contents_list, config) View Source

Get all of the codetags within the list of files given the config settings

Link to this function

read_file_list_contents(file_list) View Source

Read the contents of all the files in the provided list