,可以按照以下步骤进行:
import os
result_array = []
for root, dirs, files in os.walk("指定目录路径"):
for file in files:
# 执行相应操作
if file.endswith(".txt"):
result_array.append(os.path.join(root, file))
这里以文件扩展名为".txt"的文件为例,你可以根据实际需求进行修改。
print(result_array)
这样,你就可以将os.walk和endswith的结果写入特定的数组位置了。
关于os.walk和endswith的详细说明:
推荐的腾讯云相关产品和产品介绍链接地址:
Game Tech
Game Tech
Game Tech
Game Tech
腾讯位置服务技术沙龙
Elastic 中国开发者大会
Techo Hub腾讯开发者技术沙龙城市站
领取专属 10元无门槛券
手把手带您无忧上云