Scilab Website | Contribute with GitLab | Scilab Community | ATOMS toolboxes
Scilab Online Help
2023.0.0 - Français


Entrées/Sorties [fichiers]

  • Répertoire
    • cd — change le répertoire courant de Scilab
    • createdir — makes new directory
    • dir — gets file list
    • isdir — checks that a path points to an existing directory
    • ls — shows files
    • mkdir — Crée un nouveau répertoire
    • pwd — affiche le répertoire courant de Scilab
    • removedir — removes a directory
    • rmdir — Supprime un répertoire
  • Chemins - nom de fichiers
    • basename — strip directory and suffix 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 — Construit un nom de fichier complet
    • fullpath — creates an full path name for the specified relative path name.
    • get_absolute_file_path — gives an absolute pathname of a file opened in Scilab
    • getdrives — gets the drive letters of all mounted filesystems on the computer
    • getlongpathname — retourne le chemin au format nom long (Seulement pour Windows)
    • getrelativefilename — given absolute directories and absolute filenames, returns relative file names
    • getshortpathname — retourne le chemin au format court (Seulement pour Windows)
    • is_absolute_path — checks if argument is an absolute path
    • pathconvert — converts a path to an OS path format.
    • pathsep — provides the path separator used in the PATH environment variable of the current OS.
    • splitURL — Split an URL (HTTP, HTTPS, FTP...)
    • tempname — creates a file with an unique filename
  • file_system
    • copyfile — copies a file
    • deletefile — deletes a file
    • fileinfo — provide information about some files of any type
    • 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 — returns newest file of a set of files
  • dispfiles — displays properties of opened files
  • fprintfMat — writes a matrix in a file
  • fscanfMat — reads a matrix from a text file
  • getmd5 — get md5 checksum
  • getURL — Download an URL (HTTP, HTTPS, FTP...)
  • hash — get checksum of file or string using various digest algorithms
  • %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 opened files
  • 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 — parses numbers in a binary file and returns them as encoded integers
  • mgetl — reads lines from an text file
  • mgetstr — reads a character string from a file
  • mopen — opens files in Scilab
  • mput — writes byte or word in a given binary format
  • mputl — writes strings in a text file
  • mputstr — write a single text in an open 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
<< Fichiers HDF5 Scilab Help Entrées/Sorties >>

Copyright (c) 2022-2026 (Dassault Systèmes S.E.)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Mar 27 10:12:38 GMT 2023