2011-02-04 106 views

回答

2

這應該工作:

===編輯來回答評論:

on removing folder items from this_folder after losing lost_items 
repeat with i from 1 to number of items in lost_items 
    set nameOfLostFile to name of (info for item i of lost_items) 
end repeat 
end removing folder items from 
+0

這幾乎是我需要的,唯一的事情是,這個返回丟棄的文件名。我需要原始文件的名稱。我將如何做到這一點? – cynicaljoy 2011-02-06 16:20:44

相關問題