VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code

by George Scott (12 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 18th October 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code

Rate This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code



'Paste This Code In To The Code Window
'Add Microsoft Scripting Runtime From References

Private Sub Form_Load()
Dim g As New FileSystemObject 'This Sets g As A New FileSystemObject
g.CreateFolder "C:\George Scott" 'This Creates A New Folder In C:\ Called George Scott
End Sub

Download this snippet    Add to My Saved Code

This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code Comments

No comments have been posted about This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code. Why not be the first to post a comment about This Code Show You How To Create A New Folder At Runtime Only 2 Lines Of Code.

Post your comment

Subject:
Message:
0/1000 characters