Site hosted by Angelfire.com: Build your free website today!

path2cell

PURPOSE ^

PATH2CELL Convert search path to cell array.

SYNOPSIS ^

function pathlist = path2cell(pathstr)

DESCRIPTION ^

PATH2CELL Convert search path to cell array.

   PATH2CELL returns a cell array where each element is a directory
   in the search path.

   PATH2CELL(MYPATH) converts MYPATH rather than the search path.

   Empty directories are removed, so under UNIX, PATH2CELL('foo::bar')
   returns {'foo', 'bar'} rather than {'foo', '', 'bar'}.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004