Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Files : Input/Output functions > findfiles

findfiles

finding all files with a given file specification

Syntax

f = findfiles()
f = findfiles(path)
f = findfiles(path, filespec)

Arguments

path

a character string, a path.

filespec

a character stirng, a file specification, for example "*.sce".

f

a column vector of strings, filenames.

Description

Finding all files with a given file specification filespec.

Examples

f=findfiles()
f=findfiles(SCI)
f=findfiles(SCI+'/modules/core/macros','*.sci')

See Also

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:27:38 CEST 2016