Re: How do you combine the contents of 2 folders into 1 list
Posted: Sun Aug 21, 2011 5:17 am
Media resources folders: M:\Media1, M:\Media2
Select the folder Collections - right click - "Add folder"
Title: Media1 + Media2
Type: Dynamic (script), click "Script"
Expression:
Select the folder Collections - right click - "Add folder"
Title: Media1 + Media2
Type: Dynamic (script), click "Script"
Expression:
Code: Select all
begin
WmsDatabaseLinkFolder(WmsFindMediaFolder(mfVideoWatchFoldersItemID, 'Media1').ItemID, FolderItem.ItemID);
WmsDatabaseLinkFolder(WmsFindMediaFolder(mfVideoWatchFoldersItemID, 'Media2').ItemID, FolderItem.ItemID)
end.