filename_safe
Convert a string to a safe filename.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename to sanitize | |
| max_length | No | Maximum filename length | |
| replacement | No | Character to replace invalid chars with | _ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| safe | Yes | ||
| original | Yes | ||
| is_reserved_name | Yes |