]> Kevux Git Server - fll/commit
Update: Improve directory recursion and its documentation. development
authorKevin Day <Kevin@kevux.org>
Fri, 31 Jan 2025 03:45:53 +0000 (21:45 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 31 Jan 2025 03:45:53 +0000 (21:45 -0600)
commit5c0d767f2e772a7e99040dc740886ca8e8d9bb2b
treecd9903d0437b5227bc7b5566eb301865abb824e2
parentfa45c2eda7d7ce83915bb26d819aa590620c869d
Update: Improve directory recursion and its documentation.

Fix some problems in the `fl_directory_do()` documentation.
Extend the documentation adding more details of the process.

Remove redundant "is not error" status checks.

The checks like `if (flag_actions[j])` and `if (!flag_actions[j])` are now changed to respect the recently added `f_directory_recurse_do_flag_action_e` flag.
level_1/fl_directory/c/directory.h
level_1/fl_directory/c/private-directory.c