File Creation Output Parameters
- File Name: The name of the file to be created.
- File Path: The path where the file will be stored.
- File Format: The format of the file (e.g., .txt, .csv, .json).
- Content: The content to be written to the file.
- Encoding: The encoding to use for the file (e.g., UTF-8).
- Overwrite: Whether to overwrite the file if it already exists.
- Permissions: The file permissions to set (e.g., read, write).
- Compression: Whether to compress the file (e.g., gzip).
- Metadata: Any metadata to include with the file (e.g., author, creation date).
- Backup: Whether to create a backup of the file before overwriting.