strip directory and suffix from filenames
processedfiles = basename(files[,flag [,flagexpand]])
:files a string matrix giving a set of file names. : :flag, flagexpand boolean optional parameters. Default value is
%t.
: :processedFiles a string matrix containing the processed filenames. :
basename(files) returns the basename of the file entries given in files.
If flag is true the files are first converted to the target type given by the ``getos`_() == ‘Windows’` variable. Moreover, if flagexpand is true leading strings like SCIHOME, SCI or ~ are expanded using environment variables.
files=basename('SCI/modules/fileio/macros/poo.sci')
files=basename('SCI/modules\fileio/macros/poo.sci')
files=basename('SCI/modules\fileio/macros/poo.sci.k')