VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



LogFile!

by ?lyn (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 28th April 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

LogFile!

Rate LogFile!



    Set FS = CreateObject("Scripting.FileSystemObject")
    Set NW = CreateObject("WScript.Network")
    Set LF = FS.OpenTextFile("C:\LogFile.txt", 8, True)
        LF.WriteLine TXT
        LF.Close
End Function


Download this snippet    Add to My Saved Code

LogFile! Comments

No comments have been posted about LogFile!. Why not be the first to post a comment about LogFile!.

Post your comment

Subject:
Message:
0/1000 characters