Description:

Persist access to a storage item for future use.

Use the most-recently used (MRU) list to track storage items (like files, folders, etc.) that the user accesses frequently. The MRU holds up to 25 items and is maintained by Windows.

When you add an item to your app's MRU, you can also add it to the system MRU, so that it appears in a system-wide list of recent items (if available).

Use the future access list (FAL) to preserve access to storage items (like files, folders, etc.) in locations that are not specified by the app's capabilities, like items that are accessed through the file picker. The FAL holds up to 1000 items and must be maintained by the app.

To add to a list, select the list and then click 'Add to List'. To view the current contents of a list, select the list and then click 'Show List'. To open 'sample.dat' from a list, select the list and then click 'Open from List'.