Mathematica 9 is now available

$LaunchDirectoryDirectoryName

FileNames

FilledSmallSquareFileNames[ ] lists all files in the current working directory.

FilledSmallSquareFileNames["form"] lists all files in the current working directory whose names match the string pattern form.

FilledSmallSquareFileNames["", "", ... ] lists all files whose names match any of the .

FilledSmallSquareFileNames[forms, "", "", ... ] lists files with names matching forms in any of the directories .

FilledSmallSquareFileNames[forms, dirs, n] includes files that are in subdirectories up to n levels down.

FilledSmallSquare The string pattern "form" can contain the metacharacters specified in Section A.3.13.

FilledSmallSquareFileNames["*"] is equivalent to FileNames[ ].

FilledSmallSquareFileNames[forms, dirs, Infinity] looks for files in all subdirectories of the dirs.

FilledSmallSquare The list of files returned by FileNames is sorted in the order generated by the function Sort.

FilledSmallSquareFileNames[forms, dirs, n] includes names of directories only if they appear exactly at level n.

FilledSmallSquare The forms can include relative or absolute directory specifications, in addition to names of files.

FilledSmallSquare Setting the option IgnoreCase -> True makes FileNames treat lower- and upper-case letters in file names as equivalent.

FilledSmallSquare On operating systems such as MS-DOS, FileNames always treats lower- and upper-case letters in file names as equivalent.

FilledSmallSquare See The Mathematica Book: Section 1.11.2 and Section 2.11.4.

FilledSmallSquare See also: Directory, FileType, Get.

FilledSmallSquare Related package: Utilities`Package`.

$LaunchDirectoryDirectoryName



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.