last_modified
by Matthew Foster
09 Mar 2007
(Updated 12 Mar 2007)
Return the last modified file(s) in a given directory or glob.
|
Watch this File
|
| File Information |
| Description |
Return a cell array containing the names of the last modified files in the given directory.
Filters out entries which are directories, to remove those annoying '.' and '..' entries in UNIX.
Equivalent to running system('ls -At | head -n') and then chopping up the result. |
| MATLAB release |
MATLAB 7.3 (R2006b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 12 Mar 2007 |
removed extra find, which lint didn't like. |
|
Contact us at files@mathworks.com