matrixindicator
IS-IT--Management
Hey everyone,
I create a new map every day with a name the day of today 20071126.
He should check if the map already exist and I do this with the code above.
While testing he produce the error '75' Path/File access error. What can be wrong and how should I improve my code eventually ?
Code:
If Dir(strMap) <> "" Then
Else
MkDir strMap
End If
I create a new map every day with a name the day of today 20071126.
He should check if the map already exist and I do this with the code above.
While testing he produce the error '75' Path/File access error. What can be wrong and how should I improve my code eventually ?