: How do you find out weather a file exists.... In Vb. : : example... writing a file location to setup.ini so it can be loaded everytime the app is run? : : thanks : Newbi2basic :
Like so, [code] If Dir("C:System.ini") <> "" Then MsgBox "The File Does Exist." End If [/code]
Comments
:
: example... writing a file location to setup.ini so it can be loaded everytime the app is run?
:
: thanks
: Newbi2basic
:
Like so,
[code]
If Dir("C:System.ini") <> "" Then
MsgBox "The File Does Exist."
End If
[/code]
Regards,
______
[size=2][b][blue]J[/blue]omac.[/b][/size]