I have problem in making a adobe plugin to get the path of the open document, when i just tried javascript tool to insert a tool box in Adobe, In that i managed to get the path using the script below.
var path = this.path.split('"/');
I want know how to get the path in c++ Like this or just how to use the same code type in c++. Please help me with this Thank you.