]> Kevux Git Server - fll/commit
Feature: Support F_recurse_not to skip recursing directory for fl_directory_do().
authorKevin Day <Kevin@kevux.org>
Sun, 15 Jun 2025 00:03:50 +0000 (19:03 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 15 Jun 2025 00:03:50 +0000 (19:03 -0500)
commit62eb05d3a3a360ca0118b93ed45a2638cabcb7e1
tree384df014b4cf4fbb8069b43011855e7b3df0741f
parentfb7eafc4d1f50ba09f7155adc98e3d5f5933ec9d
Feature: Support F_recurse_not to skip recursing directory for fl_directory_do().

The `fl_directory_do()` should support skipping directory recursion itself.
Add `F_recurse_not` checks before recursion.
The `F_recurse_not` does not prevent the action on the directory itself.
level_1/fl_directory/c/directory.c
level_1/fl_directory/c/directory.h
level_1/fl_directory/c/private-directory.c