killOrphanFiles()
Citation pour cette source
Massimo Ciacci (2024). killOrphanFiles() (https://www.mathworks.com/matlabcentral/fileexchange/46618-killorphanfiles), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Data Import and Analysis > Data Import and Export > Standard File Formats > STL (STereoLithography) >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Kill_Orphans_v2_0
Version | Publié le | Notes de version | |
---|---|---|---|
2.0.0.2 | updated comment |
||
2.0.0.1 | bug for multiple main entry points found and fixed. |
||
2.0.0.0 | (1)Fixed dependency check errors. A function name is being invoked if [X]name[Y] satisfy Y='(' and X terminates with a blank.
|
||
1.8.0.0 | - Following suggestion from Carl Witthoft, files are now moved to a folder called "__Orphans" created inside the user selected root folder. It is up to the user to actually delete the files. |
||
1.7.0.0 | User can now choose to ignore comments (a commented call is not a call). Ignoring comments deletes more orphans.
|
||
1.6.0.0 | Improved functionality, to support multiple entry points. |
||
1.5.0.0 | Changed screenshot to a less distracting one. |
||
1.4.0.0 | - Updated description about the weak definition of 'dependency'. Note however that this method will not miss any true dependency to the best of my knowledge. And it does not require special code toolboxes either. |
||
1.3.0.0 | - Added info in help section
|
||
1.2.0.0 | Added more info in summary |
||
1.1.0.0 | changed few strings |
||
1.0.0.0 |