Morgoth
08-13-2002, 04:49 PM
There is away to find out if a file on a computer is real or is there.
like:
If C:\Folder\Text.txt = Real Then
Bboolean = True
Else
Boolean = False
End If
Is this possible? How can I do this? (I am looking on the users computer for this file)
like:
If C:\Folder\Text.txt = Real Then
Bboolean = True
Else
Boolean = False
End If
Is this possible? How can I do this? (I am looking on the users computer for this file)