checks if argument is an absolute path
r = is_absolute_path(path)
a character string or a matrix of strings: a directory pathname.
a boolean: %t if path is an absolute path.
%t
path
r = is_absolute_path(path) checks if path is an absolute path.
is_absolute_path(TMPDIR) is_absolute_path("./scilab/modules/fileio")