VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get the windows directory and the root drive WITH NOO API call Only 3 line of code sooo easy :D

by FarisNT (1 Submission)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 9th March 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Get the windows directory and the root drive WITH NOO API call Only 3 line of code sooo easy :D

Rate Get the windows directory and the root drive WITH NOO API call Only 3 line of code sooo easy :D



'************ [email protected]************
Dim aa As String
aa = Environ("WinDir")
MsgBox "Your windows directory is " & aa & " and the root drive is " & Left(aa, 3)


Download this snippet    Add to My Saved Code

Get the windows directory and the root drive WITH NOO API call Only 3 line of code sooo easy :D Comments

No comments have been posted about Get the windows directory and the root drive WITH NOO API call Only 3 line of code sooo easy :D. Why not be the first to post a comment about Get the windows directory and the root drive WITH NOO API call Only 3 line of code sooo easy :D.

Post your comment

Subject:
Message:
0/1000 characters