批量重命名:给文件名增加后缀
给指定文件的文件名增加指定的后缀。
office/skills/file/file_name_add_postfix/
from office.skills.file import file_name_add_postfix
file_name_add_postfix(
file_path='./test.txt',
postfix_content='_backup'
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
file_path | str | 是 | - | 文件路径 |
postfix_content | str | 是 | - | 后缀内容 |
None
from office.skills.file import file_name_add_postfix
file_name_add_postfix(file_path='./data.txt', postfix_content='_v1')office.api.file.file_name_add_postfix
2b1996b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.