Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - 日本語 -
Scilab help >> Files : Input/Output functions > fullpath

fullpath

Creates an full path name for the specified relative path name.

Calling Sequence

res = fullpath(relative_path)

Arguments

res

a string

relative_path

a string

Description

Creates an full path name for the specified relative path name.

On linux 'relative_path' needs to exist.

Examples

mkdir(TMPDIR+'/niv1');
mkdir(TMPDIR+'/niv1/niv2');
mputl(' ',TMPDIR+'/niv1/test.txt');
cd(TMPDIR+'/niv1/niv2');
fullpath('../test.txt')

Authors

  • A.C
<< fullfile Files : Input/Output functions get_absolute_file_path >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:59 CEST 2011