Skip to content
Snippets Groups Projects
Commit 349e7b44 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[+] Added description for dap_dir_get_subdirectory function.

parent 76f2e3f1
No related branches found
No related tags found
1 merge request!33Features 2954
......@@ -87,6 +87,12 @@ char* dap_path_get_basename(const char *a_file_name);
bool dap_path_is_absolute(const char *a_file_name);
char* dap_path_get_dirname(const char *a_file_name);
/**
* Added function to define all subdirectories in a directory.
*
* @a_path_name directory path.
* @return dap_list_t type variable that contains a list of subdirectories.
*/
dap_list_t *dap_dir_get_subdirectory(const char *a_path_name);
#endif // _FILE_UTILS_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment