set dFolder to "~/Desktop/tcapture/"
set theCurrentDate to current date
do shell script ("mkdir -p " & dFolder)
set i to 0
repeat 1 times
do shell script ("screencapture " & dFolder & "fr-" & i & theCurrentDate &".tiff")
delay 10 -- Wait for 10 seconds.
end repeat
上面是我的AppleScript,它捕获屏幕并存储在mac桌面上名为tcapture的文件夹中 我需要在FILEMAKER DATABASEIN IPHONE中存储时间戳,请清楚地解释