Scilab 6.1.0
- Ajuda do Scilab
- Scilab
- Equações Diferenciais
- Funções Elementares
- Linear Algebra
- Interpolação
- CACSD
- Polinômios
- Processamento de Sinais
- FFTW
- Funções Especiais
- ARnoldi PACKage
- Estatística
- Matrizes Esparsas
- Interfaces com UMFPACK (sparse)
- Otimização e Simulação
- XML Management
- HDF5 files
- Arquivos : funções de Entrada/Saída
- Funções de Entrada/Saída
- Biblioteca de Gráficos
- Gráficos : exportando e imprimindo
- IGU
- Estruturas de Dados
- Parâmetros
- Cadeias de Caracteres (Strings)
- Manipulação de Arquivos de Som
- Data e Hora
- Funções de Saída
- Xcos
- Planilhas
- Console
- Gerenciador de histórico
- Matlab : Arquivos de dados (R/W)
- Code Matlab => Scilab
- Funções
- Ferramentas de Desenvolvimento
- Ferramentas de Demonstração
- Link Dinâmico/incremental
- ATOMS
- Interfaces com Tcl/Tk
- Script editor
- UI Data
- Gerenciamento de ajuda online
- Parallel
- Modules manager
- Localização
- API Scilab
- call_scilab API
- JVM
- Java from Scilab
- Interface Java
- Preferences
- Coverage
- Lint tool (SLint)
- Web Tools
- Ferramentas Windows
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Arquivos : funções de Entrada/Saída
- Directory
- file_system
- copyfile — copies a file
- deletefile — deletes a file
- fileinfo — Fornece informações sobre um arquivo
- findfiles — finding all files with a given file specification
- isfile — checks whether argument is an existing file
- listfiles — list of files
- mdelete — deletes file(s)
- movefile — moves file or directory
- newest — retorna o arquivo mais novo de um conjunto de arquivos
- Paths - Filenames
- basename — strip directory and suffix from filenames
- dirname — gets directory from filenames (obsolete)
- 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.
- get_absolute_file_path — fornece o nome de endereço absoluto de um arquivo aberto no Scilab
- getdrives — gets the drive letters of all mounted filesystems on the computer
- getlongpathname — gets long path name
- getrelativefilename — dado um nome de diretório absoluto e um nome de arquivo relativo, retorna um nome de arquivo relativo.
- getshortpathname — gets short path name
- is_absolute_path — checks if argument is an absolute path
- pathconvert — converts a path to an OS path format.
- pathsep — returns path separator for current platform
- splitURL — Split an URL (HTTP, HTTPS, FTP...)
- tempname — creates a file with an unique filename
- dispfiles — displays properties of opened files
- fprintfMat — writes a matrix in a file
- fscanfMat — reads a matrix from a text file
- getmd5 — retorna soma de verificação md5
- getURL — Download an URL (HTTP, HTTPS, FTP...)
- %io — protected variable providing ids of the standard input and standard output
- listvarinfile — lists variables stored in a binary archive (names, types, sizes..)
- mclearerr — resets binary file access errors
- mclose — closes an opened file
- meof — checks if end of file has been reached
- merror — tests the file access errors indicator
- mfprintf — converts, formats, and writes data to a file
- msscanf — reads its input from the character string (interface to the C sscanf function)
- mgeti — reads byte or word in a given binary format and returns an int type
- mgetl — reads lines from an text file
- mgetstr — reads a character string from a file
- mopen — opens a file in Scilab
- mput — writes byte or word in a given binary format
- mputl — writes strings in a text file
- mputstr — writes a character string in a file
- mseek — sets current position in a binary file
- mtell — Returns the offset of the current byte relative to the beginning of a file
- save format — format of files produced by "save"
- scanf — converts formatted input on standard input
- scanf_conversion — mscanf, msscanf, mfscanf conversion specifications
Report an issue | ||
<< HDF5 files | Ajuda do Scilab | Funções de Entrada/Saída >> |