Page 1 of 1
How do I delete the history?
Posted: 20 Dec 2014 15:08
by babam
How do I delete the history?
Re: How do I delete the history?
Posted: 20 Dec 2014 15:12
by aliteralmind
Tools > List Management
Re: How do I delete the history?
Posted: 03 Jan 2015 07:54
by zeeshan
How can I delete the first ten characters of file name of all files in a folder?
And how to delete particular characters in file name of all files in a folder?
Re: How do I delete the history?
Posted: 03 Jan 2015 08:33
by aliteralmind
Select the files, right click on one, then select "Rename special > RegexpReplace"
Delete first ten characters: "^.{10} > " (space at the end!)
Delete a, f, and z: "[afz] > " (space at the end!)
You'll have to look up case-sensitivity if you need that. I don't know it offhand.
Re: How do I delete the history?
Posted: 03 Jan 2015 09:23
by admin
That was a robot who copied this post:
http://www.xyplorer.com/xyfc/viewtopic.php?f=3&t=12988
Tip: Ingore posts that don't fit the thread topic.
Re: How do I delete the history?
Posted: 03 Jan 2015 11:25
by babam
aliteralmind wrote:Tools > List Management
Thanks.
Re: How do I delete the history?
Posted: 03 Jan 2015 19:41
by aliteralmind
I thought it was the same person just asking an unrelated question. If I saw it was a different person, I'd've thought twice

Re: How do I delete the history?
Posted: 28 Jan 2015 14:10
by mkolaski
Whilst I find the history items useful, there are times when it would be handy if it were possible to delete all list entries in one go as opposed to having to go into each menu item under Tools > List Management in turn.
Could an function be added to do this or is it possible to do this via scripting… possibly with the option to choose which lists you want to clear?
Thanks,
~ Michael
Re: How do I delete the history?
Posted: 14 Feb 2015 17:11
by mkolaski
<bump>
Re: How do I delete the history?
Posted: 18 Feb 2015 12:12
by admin
Possible but not planned.
Re: How do I delete the history?
Posted: 18 Feb 2015 14:21
by mkolaski
No problem. Thanks for the update.