source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/layoutRoot.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 434 bytes
Line 
1function folder = layoutRoot()
2%layoutRoot  returns the folder containing the layout toolbox
3%
4%   folder = layoutRoot() returns the full path to the folder containing
5%   the layout toolbox.
6%
7%   Examples:
8%   >> folder = layoutRoot()
9%   folder = 'C:\Temp\LayoutToolbox1.0'
10%
11%   See also: layoutVersion
12
13%   Copyright 2009-2010 The MathWorks Ltd.
14%   1.1   
15%   2012/05/08 08:02:59
16
17folder = fileparts( mfilename( 'fullpath' ) );
Note: See TracBrowser for help on using the repository browser.