Home > . > CheckPath.m

CheckPath

PURPOSE ^

06-03-2005

SYNOPSIS ^

function DirectoryName = CheckPath(type)

DESCRIPTION ^

 06-03-2005

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function DirectoryName = CheckPath(type)
0002 % 06-03-2005
0003 global M_
0004 
0005 DirectoryName = [ M_.dname '/' type ];
0006 
0007 if ~isdir(DirectoryName)
0008     mkdir('.',DirectoryName);
0009 end

Generated on Fri 16-Jun-2006 09:09:06 by m2html © 2003