|
-
Apr 27th, 2000, 09:54 PM
#1
Thread Starter
Hyperactive Member
Hello busy beez
Can anyone rectify this problem... how to create a folder within a folder at the same instruction.. ie:
c:\folder1\folder2
my code so far
Private Sub CreateFolders_Click()
If Dir(Products.text, vbDirectory) = Products.text Then
MsgBox "Already exists"
Else
MkDir "c:\" + Products.text + ??????????
End If
End Sub
Regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|