...

If File is real then TRUE?

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)

Roy Sinclair
08-13-2002, 06:52 PM
ASP runs on the server, not the client (or user's) box so there's no way your server side ASP code is going to be able to check for files on the user's machine.

Also note that on the client side no script should be able to do that kind of checking either, it would be a violation of the user's privacy if scripts could check for the presense or absense of files on a user's computer and then report that information to someone.

Morgoth
08-14-2002, 10:40 AM
Ok good, then my friend is a lying pack a monkeys and doesn't have any ASP script like that.

Thank you Roy



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum