fullpath

Returns canonical full path.

📝 Syntax

  • R = fullpath(path)

📥 Input argument

  • path - a string or cell of string: filename to normalize.

📤 Output argument

  • R - a string or cell of string: canonical paths.

📄 Description

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

💡 Example

fullpath([nelsonroot(), '/../toto'])

🔗 See also

relativepath.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?