Creating a directory

  • Thread starter Thread starter Graham Whitehead
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top