Archive: How do i create directories?


How do i create directories?
I need to create a directory in the main root directory i.e. c:\ drive if its the main drive. and then move few files in to the created directory. how do i do this?

I tired to use ExecShell command as follows:
ExecShell mkdir c:\filein
ExecShell copy test.wav c:\filein

but they don t seem to work.

Please help i need to this installs working.

Thanks
Raj:(


What's wrong with using CreateDirectory? I see you are already doing it in your example. CopyFiles will copy the files.