www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcprefs/getlocation.m

    function d = getlocation(p)
%GETLOCATION Get the location of the preference files
%
%  GETLOCATION(P) returns the full path to the directory where the
%  preference files are being saved.

%  Copyright 2000-2007 The MathWorks, Inc. and Ford Global Technologies, Inc.


d = pr_datastore('property', 'FileLocation');