WCD

Version 1.0.0.0 (662 Bytes) by Taegyu Yim
The improved version of the CD which allow the wildcard.
653 Downloads
Updated 13 May 2004

No License

WCD is the improved version of the CD which allow the wildcard.

Examples:

WCD
display the current directory

WCD data*
set the current directory to the one started by the 'data'.

WCD d:\work*\art*
set the current directory to the d:\works\artifacts, for example.

Cite As

Taegyu Yim (2024). WCD (https://www.mathworks.com/matlabcentral/fileexchange/4886-wcd), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on File Operations in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

On line 41, Correct form is
nPath = [nPath '\'];