absolutepath

Computes absolute path from relative paths
1,1K téléchargements
Mise à jour 12 jan. 2011

Afficher la licence

Computes absolute path from relative paths. Works on windows and linux. Improves on absolutepath from Jochen Lenz (http://www.mathworks.com/matlabcentral/fileexchange/3857-absolutepath-m).

Citation pour cette source

Jonathan Karr (2024). absolutepath (https://www.mathworks.com/matlabcentral/fileexchange/29768-absolutepath), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur File Name Construction dans Help Center et MATLAB Answers
Remerciements

Inspiré par : absolutepath.m

A inspiré : Coverage Report Generator

Community Treasure Hunt

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

Start Hunting!

absolutepath/src/

absolutepath/src_test/+edu/+stanford/+covert/+util/

Version Publié le Notes de version
1.2.0.0

responding to Jan Simon's comments by greatly simplifying and speeding up by using java.io.File methods

1.1.0.0

Per Abel Brown's comments adding optional error checking for absolute path of directories that don't exist

1.0.0.0