|
-
May 17th, 2000, 06:29 PM
#1
Thread Starter
Fanatic Member
hi,
i'm creating a file using this code
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("C:\nax.txt", True)
a.writeline ("Part one completed, reg code will finally go here")
a.Close
and i want a want a way on form load that i can check to see if that file excists or not
thanks
Merlin ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|