]> Kevux Git Server - fll/commitdiff
Cleanup: Fix comment in f_directory_empty().
authorKevin Day <Kevin@kevux.org>
Fri, 28 Mar 2025 03:30:49 +0000 (22:30 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 28 Mar 2025 03:30:49 +0000 (22:30 -0500)
level_0/f_directory/c/directory.h

index 585f6d694a5af308311d3236f09178c72abfe7ff..4382d0631b112384947c8d4d3b15d505d78915b7 100644 (file)
@@ -123,7 +123,8 @@ extern "C" {
  *   Filesystem path to the directory.
  *
  * @return
- *   F_okay on success.
+ *   F_true on success and directory is empty.
+ *   F_false on success and directory is not empty.
  *   F_data_not if source.used or destination.used is 0.
  *
  *   F_directory (with error bit) if the path is not a directory.