Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

VersionDescription
1.0.0initial version

Author

Allan CORNET