finder

opens a file explorer window from the matlab command line
420 téléchargements
Mise à jour 26 mars 2025

Afficher la licence

finder(fol) opens a file explorer window at the desired folder
Based on "explorer" by Malcolm Wood, and expanded to work under Macintosh and UNIX

Citation pour cette source

Christopher Pedersen (2025). finder (https://fr.mathworks.com/matlabcentral/fileexchange/37563-finder), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2025a
Compatible avec les versions R2012b et ultérieures
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Search Path dans Help Center et MATLAB Answers
Remerciements

Inspiré par : explorer.m: Quick access to the Windows Explorer

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
2025.03.26

uses windows command "winopen" when available.

2025.03.25

Added unix support by calling xterm

2018.11.22

Fixed default behaviour for folder names being matched to subfolders, to comply with expected behaviour.

2018.11.21

Changed default behaviour: if input exists as a full path, goes to that preferentially, before seeing if it exists as a subfolder

1.1.0.0

Fixed bug : missing "fullpath" function

1.0.0.0