|
|
|
|
|
| | |
| |
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: FileExists problem |
|
From: |
Bullschmidt |
|
Date: |
6/18/2001 5:24:42 AM |
|
IP: |
152.163.195.197 |
VBScript to see if a file exists:
Set oFSO = Server.CreateObject("Scripting.FileSystemObject")
If oFSO.FileExists(MyFilenameVar) Then...
Best regards,
-Paul
Bullschmidt.com - Databases on the Web
http://www.Bullschmidt.com
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|