> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 获取所有图层名

Photoshop 版本：Photoshop 版本支持2025✅2024✅2023✅2022✅2021✅2020✅CC2019✅CC2018✅CC2017✅

# # 获取所有图层名

### 描述

获取 Photoshop 文件的所有图层名字。

### 配置项说明

#### 输入

Photoshop 文件路径

<img src="https://mintcdn.com/bazhuayu-rpa-docs/B9u8WDpPUjhqiVZ1/helpcenter/commands/custom-commands/AJpKshiX/images/E0LXe2mU-01.png?fit=max&auto=format&n=B9u8WDpPUjhqiVZ1&q=85&s=ae0e8d751ecd3306cbd652df2af0794a" alt="image" width="667" height="380" data-path="helpcenter/commands/custom-commands/AJpKshiX/images/E0LXe2mU-01.png" />

#### 输出

所有图层名： 所有图层的名字，输出为字典类型

\{

"success": true,

"file\_path": "D:\444.psd",

"file\_name": "444.psd",

"total\_layers": 14,

"layer\_names": \[

"图层 3",

"111",

"图层 2",

"图层 1",

"name1"

]

}

<img src="https://mintcdn.com/bazhuayu-rpa-docs/B9u8WDpPUjhqiVZ1/helpcenter/commands/custom-commands/AJpKshiX/images/E0LXe2mU-02.png?fit=max&auto=format&n=B9u8WDpPUjhqiVZ1&q=85&s=1fb3d2c14aa2c27a65cf621d5b76874b" alt="image" width="1048" height="196" data-path="helpcenter/commands/custom-commands/AJpKshiX/images/E0LXe2mU-02.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
