Function will create a file directory folder.
Use the FileExists function to determine if it folder name already is located where you want it created.
Syntax: |
---|
iResult = CreateDirectory( directoryName ) |
Parameter: |
Description: |
---|---|
directoryName |
Create a folder using the name specified. |
Example: |
---|
' Create a new directory folder named 'MyOrders'
|
Returns: |
True if the directory was created; False if the directory creation failed. |
Links: |
---|
See Also: |
|
Edit Time: 9/20/2020 11:08:31 AM |
Topic ID#: 234 |