Back up copy location

When I use the “saveacopyas “ command, where is the default location of that file going to be, and how can I specify the desired file location?

It is documented here:

Since the documentation does not show an example with the full path included i thought I would show what it would look like. The example be;pw shows the current file being save to the desktop with “(copy)” added to the database name.

saveacopyas info(“desktopfolder”)+info(“databasename”)+“(copy)”

In my case this would be the same as this longer version:

saveacopyas “/Users/garyyonaites/Desktop/”+info(“databasename”)+“(copy)”

Also, to answer your second question, it seems the default location to save the copy if no path is given is the same folder as the original file.