他のマシンからテキスト ファイルを読み取るのに苦労しています。私はすでにこの\10.212.9.20\Eggplant\Test\propertyfile.txtのようなファイルをマッピングしようとしました。しかし、うまくいきません。これが私のコードです:
set the itemDelimiter to "="
repeat with theParams = each line of file "\\10.212.9.20\Eggplant\Test\propertyfile.txt"
insert item 2 of theParams after myList
end repeat
put item 6 of myList into ServerURL
put item 10 of myList into Username
put item 9 of myList into Password
助けてくれてありがとう。