Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Entrées/Sorties [fichiers] > Répertoire > isdir

isdir

checks if argument is a directory path

Syntax

r = isdir(path)

Arguments

path

a character string or a matrix of strings: a directory pathname.

r

a boolean: %t if path is a path to a directory.

Description

r = isdir(path) checks if path is a path to a directory.

Reference

This function is based on the C function stat. The SCI and ~ shortcuts for Scilab directory and home directory are handled.

Examples

isdir(TMPDIR)
isdir SCI/etc/scilab.start

See Also

  • isfile — checks whether argument is an existing file
  • fileinfo — provides information about a file
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:31:06 CEST 2016