How do you combine the contents of 2 folders into 1 listing

Post Reply
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: How do you combine the contents of 2 folders into 1 list

Post by Eugene »

Media resources folders: M:\Media1, M:\Media2

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.
S@gittarius
Posts: 98
Joined: Sat May 08, 2010 8:12 pm

Re: How do you combine the contents of 2 folders into 1 list

Post by S@gittarius »

ltldevl wrote:
Eugene wrote:Media resources folders: M:\Media1, M:\Media2

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.
When I right click after selecting all the contents, I don't get an options with the name "Add folder".
Hi there,
Probably you missed the word "Collections" where you have to right click on.
Regards
Post Reply