fabien van mook

all packages "fvm-*"

package "fvm-miscellaneous"

function file "simplify_path.m"

Function f = simplify_path(f)

returns the path(s) which has been simplified by
interpreting '..'. In the proces, the unix file separator
'/' is applied.

Input argument f may be a character vector or a
cell-array of character vectors. The type of the input is
retained in the output.

The function internally calls the following non-standard
m-file:
-- ensure_unix_style_path.m


(c) 2026 fabien van mook

2026.08.20 release of this file within package "fvm-miscellaneous" under GNU GPLv3+