CMD_OBFUSCATE_DIRECTORY_HELP=Apply (or reapply) filename obfuscation to the files in a directory, and update the database. Use with great care, it changes a lot and cannot be undone.
CMD_OBFUSCATE_DIRECTORY_HELP_PARAM_0=The name of the directory, e.g. uploads/downloads. Must be a directory relative to the Composr base directory, not a Commandr-fs directory path.
CMD_OBFUSCATE_DIRECTORY_HELP_PARAM_1=Set to '1' if you want to keep the original file extensions. (Optional)
* @param ?integer $start The starting row to update (null: no specific start)
* @param boolean $num_touched Whether to get the number of touched rows. WARNING: Do not use in core Composr code as it does not work on all database drivers
* @param boolean $fail_ok Whether to allow failure (outputting a message instead of exiting completely)
* @return ?integer The number of touched records (null: hasn't been asked / error)
* @return ?integer The number of touched records (null: hasn't been asked / error / not supported)