
05-03-2003, 05:37 AM
|
|
Junior Contributor
|
|
Join Date: Feb 2002
Location: Whitley Bay, Tyne & Wear, England
Posts: 275
|
|
creating a dir
|
my code is supposed to create a dir if it dosent exist:
Code:
If Dir$(App.Path & "\Backup", vbNormal) = "" Then
MkDir App.Path & "\Backup"
End If
but i get an error on the second, any ideas?
cheers again.
|
__________________
cout << "Hello World!" << endl;
|