absolutepath

版本 1.2.0.0 (3.4 KB) 作者: Jonathan Karr
Computes absolute path from relative paths
1.1K 次下载
更新时间 2011/1/12

查看许可证

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).

引用格式

Jonathan Karr (2024). absolutepath (https://www.mathworks.com/matlabcentral/fileexchange/29768-absolutepath), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Name Construction 的更多信息
致谢

参考作品: absolutepath.m

启发作品: 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/

版本 已发布 发行说明
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