Code covered by the BSD License
cdw(f)
CDW Change current working directory with wildcards
f=expandstr(str)
EXPANDSTR Expand indexed strings.
fo=rdir(name,opt)
RDIR Recursive list directory.
num=getfilenum(f,pat,opt)
GETFILENUM Get the index of a series of files.
rdelete(f,varargin)
RDELETE Delete a series of files.
renamefile(f,pat1,pat2,opt)
RENAMEFILE Rename a series of files.
renumberfile(f,pat,newnum,nz,...
RENUMBERFILE Re-number the indices of a series of files.
varargout=lsw(f)
LSW List directory with wildcards
varargout=rrmdir(varargin)
RRMDIR Delete a series of directories.
Contents.m
Contents
cdw
expandstr
getfilenum
lsw
rdelete
rdir
renamefile
renumberfile
rrmdir
View all files
from
FileSeries - Rename / renumber files, recursive directories
by
Frederic Moisy
Renaming and renumbering for series of files ; generalize the use of wildcards (*) for CD, LS ...
lsw
lsw
lsw
List directory with wildcards
Description
lsw works as Matlab's built-in LS, but wildcards (*) are interpreted
differently:
LS mydir* lists the directory names matchning 'mydir*'
lsw mydir* lists the content of the first directory matching
'mydir*'
Chained wildcards are also allowed:
lsw mydir*/exp*
See Also
cdw , LS, rdir .
Help file generated by makehtmldoc 1.22
Contact us at files@mathworks.com