Creating a directory

P

Pete_UK

Yes, if it is a subdirectory of the current directory you just need:

MkDir (my_name)

where my_name is a string variable. This could include the full path to
create the directory somewhere else.

Hope this helps.

Pete
 
Top