Search found 3 matches

by Sloot
20 Jan 2013 21:32
Forum: Script Exchange
Topic: Script to Update "Created/Modified Date" Based on File Name
Replies: 18
Views: 9857

Re: Script to Update "Created/Modified Date" Based on File N

This worked perfectly! Thanks very much. I have spent a lot time looking for a way to change the modified / created date of my video files based on the file name. I came across XYplorer yesterday and a possible solution to my problem with XYplorer's powerful scripting capabilities. Great product and...
by Sloot
20 Jan 2013 19:28
Forum: Script Exchange
Topic: Script to Update "Created/Modified Date" Based on File Name
Replies: 18
Views: 9857

Re: Script to Update "Created/Modified Date" Based on File N

Thanks for your reply. I had tried adding the "." in front without success but hadn't tried adding the \. as you suggested. I tried that and still couldn't get it to work. This is the script I tried: "Set date from filename" //////collect the selected files into var $fileslist: $...
by Sloot
20 Jan 2013 04:42
Forum: Script Exchange
Topic: Script to Update "Created/Modified Date" Based on File Name
Replies: 18
Views: 9857

Re: Script to Update "Created/Modified Date" Based on File N

I can't seem to get this script to work for me and I think the problem is with the $RegexFind variable. My file name format is "I:\Home Video Test\.2005-12-30_08-53-09.00.avi" I modifed the @RegExFind variable as follows $RegExFind = "^(\d\d\d\d)-(\d\d)-(\d\d)_(\d\d)-(\d\d)-(\d\d).+$&...