()
| 10 | private attachmentsDir: string |
| 11 | |
| 12 | constructor() { |
| 13 | // 附件存储目录:应用数据目录/attachments |
| 14 | this.attachmentsDir = path.join(app.getPath('userData'), 'attachments') |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * 保存附件到本地 |
nothing calls this directly
no outgoing calls
no test coverage detected