Scilab 5.4.0
- Ajuda Scilab
- Arquivos : funções de Entrada/Saída
- Directory
- Paths - Filenames
- fileinfo
- getmd5
- newest
- sscanf
- copyfile
- deletefile
- dispfiles
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- 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
Paths - Filenames
- get_absolute_file_path — fornece o nome de endereço absoluto de um arquivo aberto no Scilab
- getrelativefilename — dado um nome de diretório absoluto e um nome de arquivo relativo, retorna um nome de arquivo relativo.
- basename — strip directory and suffix from filenames
- dirname — gets directory from filenames
- fileext — returns extension for a file path
- fileparts — returns the path, filename and extension for a file path
- filesep — returns directory separator for current platform
- fullfile — builds a full filename from parts
- fullpath — creates an full path name for the specified relative path name.
- getdrives — gets the drive letters of all mounted filesystems on the computer
- getlongpathname — gets long path name
- getshortpathname — gets short path name
- pathconvert — pathnames convertion between POSIX and Windows.
- pathsep — returns path separator for current platform
- tempname — creates a file with an unique filename
Report an issue | ||
<< Directory | Arquivos : funções de Entrada/Saída | fileinfo >> |