Nota dell'editore: This file was selected as MATLAB Central Pick of the Week
Cita come
Jan (2024). GetFullPath (https://www.mathworks.com/matlabcentral/fileexchange/28249-getfullpath), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Riconoscimenti
Ispirato: 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!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
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 |