Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 C++ 在 Photoshop 中获取活动文档文件路径?
我知道在 JS 中我们可以通过 app.activeDocument.Path 获得,但不确定如何在 c++ 中获得相同的信息?