I need to get the active document file path in photoshop using c++?
I know in JS we can get by app.activeDocument.Path, but not sure how to get the same info in c++?
I need to get the active document file path in photoshop using c++?
I know in JS we can get by app.activeDocument.Path, but not sure how to get the same info in c++?
This is what I found in some (rather ancient!) code I'm currently working on (not mine, still learning about Photoshop APIs myself). The last line is specific to macOS, no idea how that would look under Windows.