Navigation  without Java Scripts

files/2

files(Wildcard,Filist)

Get the list of files

Remark

files/2 unifies Filelist with the list of file names that corresponds the given Wildcard in the current directory.

Example

files("*.pro",L)

L=["FILE1.PRO","FILE2.PRO"]

1 Solution