I work in Filemaker pro 8, i have a data base that have a field with the Path of a file, the question is, how I can do so that script takes that location and copies the file to another location
thanks…
I work in Filemaker pro 8, i have a data base that have a field with the Path of a file, the question is, how I can do so that script takes that location and copies the file to another location
thanks…
Follows pseudo-code:
tell app "FileMaker Pro" to set fPath to cellValue of cell x of current record of window 1
tell app "Finder" to duplicate fPath to otherPath