python3 提取扩展名_在Python中从文件名提取扩展名

python3 提取扩展名

Python provides built in module to extract the file extension from the file name.

Python提供了内置模块,用于从文件名中提取文件扩展名

Before python3

在python3之前

The os.path module provides a function called splitext method, which splits the pathname path into file name and file extension.

os.path模块提供了一个名为splitext method的功能,该功能将路径名路径分为文件名和文件扩展名。

Example:

例:

>>> import os
>>> file_name = 'includehelp.txt'
>>> print(os.path.splitext(file_name))
('includehelp', '.txt')
>>> 

After python3

在python3之后

In the path from pathlib, us

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值