So, here it is. We have a directory with our application.
Option Explicit
Dim myDir As String
Private Sub Command1_Click()
myDir = App.Path & "\the longest folder name in XP history"
MkDir myDir
End Sub
Run the program, click the button and you should see your new folder in your application folder. Done.
No comments:
Post a Comment