Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using the Scripting.FileSystemObject
Message
From
21/05/2001 11:14:23
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Using the Scripting.FileSystemObject
Miscellaneous
Thread ID:
00509474
Message ID:
00509474
Views:
53
Using the Scripting.FileSystemObject object, when I want to check for the existance of a file, how can I force it to start from the current directory?

Basically, I would have something like this:
Dim oFSO
Set oFSO=CreateObject("Scripting.FileSystemObject")
If oFSO.FileExists("MyFile.asp") Then
   Do something
End If
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform