Make a folder in a specfic directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

How do I create a folder within a specfic directory in code. I want to
attach this to a button in a form that contains details of jobs, also I would
like the folder to be named using the contents of a specific field eg Job
number field.

Any help would be much appreciated

Thanks in advance

Matt
 
Hi

How do I create a folder within a specfic directory in code. I want to
attach this to a button in a form that contains details of jobs, also I would
like the folder to be named using the contents of a specific field eg Job
number field.
look for MkDir in the help
 
Back
Top