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

locater

PURPOSE ^

LOCATER Locate one or more files in the search path.

SYNOPSIS ^

function locations = locater(varargin)

DESCRIPTION ^

LOCATER Locate one or more files in the search path.

   LOCATER FILEGLOB prints a list of all MATLAB files on the path that match
   FILEGLOB. Private subdirectories are also searched.

   LIST = LOCATER(FILEGLOB) returns a list (cell array) of the files.  The list
   is not displayed.

   Multiple filegobs may be given, e.g., LOCATE('*.m', '*.dll').

   Note that the globbing is done by MATLAB and not by the operating system.

   Examples:
     dispgui(sort(locater('*r.m')),'runr')
     locater *plot.m    - Find all files ending with 'plot.m'.
     locater im*        - Find all files starting with 'im'.

   See also DIR, SYSGLOB.

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