[VB6] Coding a Habbo Flatfile [Server]

Status
Not open for further replies.
Meth0d has explained it, if you're using FileSystemObject, it is:
Code:
If FSO.FileExists(App.Path & "\lol.ini") = True Then
 
Try...

If App.Path & "DirHereAndFile" ="" Then
Msgbox "File exits"
Else
Msgbox "File doesn't exist"
End If

Off-topic:

Can someone give me some tips for creating a FlatFile Server?
 
Last edited:
Thanks for your support and help, that really helped me a lot, since you all helped me now I can convert to MySQL.


Thanks again.
~Thread Closed.
 
Status
Not open for further replies.
Back