Open the JavaScript console, [url=http://www.acrobatusers.com/tutorials/2006/javascript_console]The Acrobat JavaScript Console (Your best friend for developing Acrobat JavaScript)] by Thom Parker
Run the following command in the console for the application sequences: app.getPath('app','sequences'); Run the following command in the console for the user sequences: app.getPath('user','sequences'); The batch files will have a file type of 'sequ'.
Run the following command in the console for the application sequences:
app.getPath('app', 'sequences');
Run the following command in the console for the user sequences:
app.getPath('user', 'sequences');
The batch files will have a file type of 'sequ'.
George Kaiser