CtrlK
BlogDocsLog inGet started
Tessl Logo

file_name_add_postfix

给文件名批量增加指定后缀。当用户提到加后缀、文件名后缀、批量加后缀时使用。

SKILL.md
Quality
Evals
Security

file_name_add_postfix Skill

批量重命名:给文件名增加后缀

功能描述

给指定文件的文件名增加指定的后缀。

所属分类

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_pathstr-文件路径
postfix_contentstr-后缀内容

返回值

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

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

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.