Find files path location and removal.
Show older comments
Hi,
I am unable to remove a couple of paths from my FindFiles path. I originally thought that they were stored in...
./MATLAB/R2023b/toolbox/local/pathdef.m
If they are removed from there via the GUI, they still remain in Find Files.

It's more annoying than a show stopper!
Thank you.
Accepted Answer
More Answers (1)
John D'Errico
on 11 Oct 2023
0 votes
I think I understand what you have done here, but I may be wrong.
Never store files in the MATLAB toolbox directories. NEVER do that.
Having done that, you need to understand that those directories are cached. So changes made to those directories are not seen by MATLAB, at least not until you force MATLAB to update the toolbox cache, or until you restart MATLAB.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!