* @param path
* The file path to the directory.
* @param dereference
- * Set to TRUE to dereferenc symlinks (often is what is desired).
+ * Set to TRUE to dereference symlinks (often is what is desired).
* Set to FALSE to operate on the symlink itself.
* @param id
* The file descriptor.
* @param path
* The file path to the directory.
* @param dereference
- * Set to TRUE to dereferenc symlinks (often is what is desired).
+ * Set to TRUE to dereference symlinks (often is what is desired).
* Set to FALSE to operate on the symlink itself.
* @param id
* The file descriptor.
* Set to 0 to not use (NULL).
* There are two pre-made libc functions available for this: alphasort() and versionsort().
* @param dereference
- * Set to TRUE to dereferenc symlinks (often is what is desired).
+ * Set to TRUE to dereference symlinks (often is what is desired).
* Set to FALSE to operate on the symlink itself.
* @param listing
* Will be populated with the names of all top-level paths found within the given directory.
* F_data_not if source.used or destination.used is 0.
* F_directory_empty if directory is empty.
*
+ * F_directory (with error bit) if the path is not a directory.
* F_directory_descriptor (with error bit) on directory file descriptor error.
+ * F_directory_found_not (with error bit) if there is not file at the path.
* F_directory_open (with error bit) on directory open error.
* F_directory_stream (with error bit) on directory stream error.
* F_directory_support_not (with error bit) on directory file descriptor not supported.
* Set to 0 to not use (NULL).
* There are two pre-made libc functions available for this: alphasort() and versionsort().
* @param dereference
- * Set to TRUE to dereferenc symlinks (often is what is desired).
+ * Set to TRUE to dereference symlinks (often is what is desired).
* Set to FALSE to operate on the symlink itself.
* @param listing
* Will be populated with the names of all top-level paths found within the given directory.
* The new group id to use.
* Set to -1 to not change.
* @param dereference
- * Set to TRUE to dereferenc symlinks (often is what is desired).
+ * Set to TRUE to dereference symlinks (often is what is desired).
* Set to FALSE to operate on the symlink itself.
* @param depth_max
* The max recursion depth.