Feature
The recently opened list may contain directories that no longer exist. On attempt to open such directories from recent links, remove them from database.
The recently opened files/folders are shown as a list in welcome page and through the palette.
These leverage the list method here to generate lambda functions for each recent path.

Modify the lambda to call a custom function that will check if the path still exists. If it exists, proceed to open, otherwise, delete the path from db and return.
Feature
The recently opened list may contain directories that no longer exist. On attempt to open such directories from recent links, remove them from database.
The recently opened files/folders are shown as a list in welcome page and through the palette.
These leverage the list method here to generate lambda functions for each recent path.
Modify the lambda to call a custom function that will check if the path still exists. If it exists, proceed to open, otherwise, delete the path from db and return.