Link to home
Start Free TrialLog in
Avatar of tonitop
tonitop

asked on

How to create directories?

How can I create directory like:
C:\PROGS\WIN95\INTERNET
If I only have C:\PROGS
So I want to create all those directories that don't excist.
Is there any easy way?

ToniTOP
ASKER CERTIFIED SOLUTION
Avatar of javiertb
javiertb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gysbert1
gysbert1

This is definately better !

Use ForceDirectories(MyDirectory);

This will create them all in one go.