Recently Posted




Notice: SSI.php was unable to load a session! This may cause problems with logout and other functions - please make sure SSI.php is included before *anything* else in all your scripts! in /home/tutorial/public_html/mathforum/SSI.php on line 155

dir

dir List directory.
directory_name lists the files in a directory. Pathnames and
wildcards may be used.  For example, *.m lists all the M-files
in the current directory.

D = (’directory_name’) returns the results in an M-by-1
structure with the fields:
name  — filename
date  — modification date
bytes — number of bytes allocated to the file
isdir — 1 if name is a directory and 0 if not

See also what, cd, type, delete.

Tags: ,