fSourceList
fSourceList(*sourceList),
FSMoveToFolder(new BObjectList<entry_ref, true>(fSourceList),
for (int32 index = 0; index < fSourceList.CountItems(); index++) {
entry_ref* ref = fSourceList.ItemAt(index);
fSourceList(*sourceList)
BObjectList<entry_ref, true>* list = new BObjectList<entry_ref, true>(fSourceList);
FSMoveToFolder(new BObjectList<entry_ref, true>(fSourceList),
BObjectList<entry_ref, true> fSourceList;
BObjectList<entry_ref, true> fSourceList;
if (fSourceList != NULL) {
fSourceList = list;
EntryList* fSourceList;