Scilab 5.3.3
- Ajuda Scilab
- Arquivos : funções de Entrada/Saída
- chdir
- fileinfo
- get_absolute_file_path
- getrelativefilename
- newest
- sscanf
- basename
- copyfile
- createdir
- deletefile
- dir
- dirname
- dispfiles
- fileext
- fileparts
- filesep
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- fullfile
- fullpath
- getdrives
- getlongpathname
- getshortpathname
- %io
- isdir
- isfile
- listfiles
- listvarinfile
- ls
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- mget
- mgetl
- mgetstr
- mkdir
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- pathconvert
- pathsep
- pwd
- removedir
- rmdir
- save_format
- scanf
- scanf_conversion
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
get_absolute_file_path
fornece o nome de endereço absoluto de um arquivo aberto no Scilab
Seqüência de Chamamento
pathname = get_absolute_file_path(filename)
Parâmetros
- filename
string : nome do arquivo
- pathname
string : o nome de endereço absoluto
Descrição
Fornece o nome de endereço absoluto de um arquivo já aberto no Scilab.
get_absolute_file_path procura na lista interna de arquivos abertos correntemente do Scilab, filename e retorna seu endereço.
Se o arquivo não for aberto, um erro é retornado.
Aviso : na versão anterior (Scilab 5.0.x) o diretório corrente era retornado se o arquivo não fosse encontrado.
Esta função pode ser utilizada para encontrar de onde (endereço) um script Scilab é executado.
Exemplos
Ver Também
Autores
Allan CORNET
<< fileinfo | Arquivos : funções de Entrada/Saída | getrelativefilename >> |