create folders using matlab

2 vues (au cours des 30 derniers jours)
shaz
shaz le 9 Nov 2012
i need a folder of this structure
folderA-----> FolderB------->FolderC,FolderD,FolderE
basically folderA contains FolderB & FolderB contains FolderC,FolderD & FolderE

Réponse acceptée

Image Analyst
Image Analyst le 9 Nov 2012
Modifié(e) : Image Analyst le 9 Nov 2012
Use this:
mkdir(['folderA/folderB/folderC/folderD/folderE']);
folderA could also contain a drive, like 'D:\myFolder'.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by