Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create Folder
#4
No problem ^^
Just to remember, it's good to check if the folder already does not exist, before creating it.
Code:
' Check if the database directory is there, if its not make it
    If LCase$(Dir(App.Path & "\database", vbDirectory))  "database" Then
        Call MkDir(App.Path & "\Database")
    End If
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)