Page 1 of 1

Recent Files

Posted: Tue Jun 29, 2010 4:37 pm
by tdonovan
I can't find a way to control the recent file list that the control provides. In my project there is a temporary folder that I would like to prevent the files in that temporary folder from cluttering the recent file list as the odds are the file won't be there.

If there isn't such an option, what I am looking for is either the option to specify a folder that is to be ignored for recent file list or the ability to get the list of recent files and then I could remove the ones I don't want and pass back the revised list of recent files.

Thanks

Re: Recent Files

Posted: Wed Jun 30, 2010 1:12 pm
by Vasyl-Tracker Dev Team
Hi, Tom.

No way for direct editing of Recents List in current realization.
But we will add new property into the next build, like as:
ax.SetProperty("Documents.LastOpened.SkipFromFolder", "c:\temp", 0);
- to deny add all files from the specified folder to the recents list.

In the new version (V3) you will be able to edit this list directly.

Best
Regards.