need script to move selected files to current date folder

Discuss and share scripts and script files...
Post Reply
kotlmg
Posts: 298
Joined: 30 Jun 2010 17:14

need script to move selected files to current date folder

Post by kotlmg »

i need a script to move selected files to current date folder.

there is one right click option in xyplorer to create folder with selected items as New Folder With Items. i could not find the command id. i want that New Folder With Items to be renamed to current date.

highend
Posts: 13260
Joined: 06 Feb 2011 00:33

Re: need script to move selected files to current date folder

Post by highend »

moveto() with a date variable...
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

kotlmg
Posts: 298
Joined: 30 Jun 2010 17:14

Re: need script to move selected files to current date folder

Post by kotlmg »

$SelectedItems = get("SelectedItemsPathNames", "|");
moveto "<date yyyy-mm-dd>", $SelectedItems;


thanks

Post Reply