我正在处理的程序中有以下代码
set outPath to "/Users/student/Desktop/Accounts.txt"
set x to text returned of (display dialog "Username" default answer "")
set y to text returned of (display dialog "Password" default answer "")
set RAccounts to (read POSIX file "/Users/student/Desktop/Accounts.txt")
if file path outPath exists
then
get word 1
else
然后它继续,但是每当我尝试编译它时,它都会给我以下错误
无效的密钥形式
有什么帮助吗?