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
Ajuda Scilab >> Arquivos : funções de Entrada/Saída > pwd
pwd
print Scilab current directory
pwd
get Scilab current directory
Calling Sequence
pwd x=pwd()
Description
pwd returns in ans the Scilab current directory.
x=pwd() returns in x the Scilab current
directory.
Examples
pwd x=pwd()
| << pathsep | Arquivos : funções de Entrada/Saída | removedir >> |