我试图将档案存放地从现有信箱的轨道上检索到这一文字:
on open info
tell application "iTunes"
set songLocation to get location of current track
end tell
return songLocation
end open
之后的法典:
desc = [_getFileLocScript runScript:someScript];
result = [desc stringValue];
NSLog (@"%@", result); //it shows null value.
NSLog (@"%@", desc); //it shows some numbers and key "alis".
产出:
<NSAppleEventDescriptor: alis ($000000000232000200000A4C656F7......FFFF0000$)>
问题在于,该档案存放地点的资料实际上从该掩蔽处返回了什么?