fullpath
Returns canonical full path.
📝Syntax
R = fullpath(path)
📥Input Arguments
Parameter Description
path a string or cell of string: filename to normalize.
📤Output Arguments
Parameter Description
R a string or cell of string: canonical paths.
📄Description

fullpath(path) returns full path from a relative path.

💡Examples
fullpath([nelsonroot(), '/../toto'])
🔗See Also
relativepath
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub