Is there a built in way of having a "load history" on my file menu. E.g I want to have short cuts to the last 4 opened files on the bottom of my File menu.

Like this

File
-----

Load
Save
Save As
Exit
-------
afile.txt
another.txt
some.txt
pooh.txt


Or would I have to manually store the last file opened in a config file and insert the items onto the menu myself?

Cheers