There are 2 stamp folders, a "user" folder and an "app" folder:
- the User folder contains custom stamps
- the App folder has Acrobat's built-in stamps
Type the following into the JavaScript console to find out the paths to these folders:
app.getPath ("app", "stamps");
app.getPath ("user", "stamps");