Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Find files recursively in a given folder.
C=dirrec('c:\windows') returns a cell C with the full pathname of all
files in the c:\windows folder and all its sub-folders.
C=dirrec('c:\windows','.exe') idem but returns only the files with
extension .exe.
C=dirrec('c:\windows','co*') idem but returns only the files starting with the two letters co (comsetup.log, control.ini, ...).
C=dirrec('c:\windows',{'.exe','.dll') idem but returns files with both
.exe and .dll extensions.
dirrec('c:\windows','.cmd') only displays the list of the .cmd files in
the Matlab command window
c:\windows\system32\login.cmd
c:\windows\system32\usrlogon.cmd
Note that extension should be given in lower case.
I was using the DDIR function by Maximilien Chaumon but it was not possible to compile ddir so I write my own function.
Luc
Citar como
Luc Masset (2026). Recursive DIR (https://es.mathworks.com/matlabcentral/fileexchange/15505-recursive-dir), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.1.0.0 (2,61 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
