cmdline_tools/
mg_print_path.pro
Routines
top mg_print_path
mg_print_path [, path]
Print a search path nicely in the output log.
Parameters
- path in optional type=string default=!path
list of directories concatented using the system OS separator character, as in
!path
or!dlm_path
Examples
For example, try:
IDL> mg_print_path, !dlm_path
/Users/mgalloy/projects/gpulib/IDL
/Users/mgalloy/projects/vis/src/flow
/Users/mgalloy/projects/vis/src/lineplots
/Users/mgalloy/projects/mpidl/install/lib
/Users/mgalloy/projects/idllib/src/analysis
/Users/mgalloy/projects/idllib/src/cula
/Users/mgalloy/projects/idllib/src/gsl
/Users/mgalloy/projects/idllib/src/introspection
/Users/mgalloy/projects/idllib/src/net
/Users/mgalloy/projects/cmdline_tools/src
/Users/mgalloy/projects/dist_tools/src
/Applications/itt/idl/idl80/bin/bin.darwin.x86_64
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 5 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.