v4.1:: Changed header.

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2427 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
stepan 2009-02-17 20:17:52 +00:00
parent 95b5c69c35
commit 7ceecc51b6
1 changed files with 4 additions and 5 deletions

View File

@ -1,18 +1,17 @@
function DirectoryName = CheckPath(type)
% function DirectoryName = CheckPath(type)
% Creates the repertory 'type' if it does not exist yet
% Creates the subfolder "./M_.dname/type" if it does not exist yet.
%
% INPUTS
% type
% type [string] Name of the subfolder.
%
% OUTPUTS
% none
% none.
%
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-2007 Dynare Team
% Copyright (C) 2005-2009 Dynare Team
%
% This file is part of Dynare.
%