Editor's Note: This file was selected as MATLAB Central Pick of the Week
Cite As
Jan (2024). GetFullPath (https://www.mathworks.com/matlabcentral/fileexchange/28249-getfullpath), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: iansheret/CachePureFunction, matlab-save-figure, ICC_mex_tools, Natural-Order Filename Sort, slxpy
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.11.0.0 | Typo fixed in InstallMex. No changes in actual function. |
||
1.10.0.0 | Unit test function added |
||
1.9.0.0 | Accept strings as input. |
||
1.8.0.0 | Bugfix in M-File for UNC path. |
||
1.7.0.0 | Unit test fixed: Consider buggy FULLFILE ov Matlab >= 2015b: FULLFILE('C:\', '\') replies 'C:\\' !
|
||
1.6.0.0 | C-Mex tested under Win7/64. Improved UNC path support in the M-file. Bugfix for M-file under Linux (thanks Daniel). |
||
1.5.0.0 | Minor bug: '***' in the ErrorID caused bad messages in case of errors. |
||
1.4.0.0 | Bugfix in M-version: Treat empty matrix as empty string. |
||
1.3.0.0 | Accept cell strings as inputs. |
||
1.2.0.0 | M-Version replied bad path for input with leading separator. GetFullPath('\') is the current drive on Windows. |
||
1.1.0.0 | Doc updated, function not touched. |
||
1.0.0.0 |