Hi there,
I am new to developing plugins for acrobat and c++ so bear with me.
I have implemented the callback to replace method AVAppOpenDialog and bring up my own dialog to insert a document. I pass back the path + filename which i turn into an ASPathName successfully.
My confusion comes as to how to add these ASPathName's onto the dmsFileSys (ASFileSysRec)
*outFileSys = (ASFileSys)&dmsFileSys;