VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Little App For Findng WINDOWS and SYSTEM and TEMP Folder On every Computer

by Arash Yadegarnia (3 Submissions)
Category: Complete Applications
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (10 Votes)

This is THE FASTEST AND MOST RELAIBLE Code To Find WINDOWS and SYSTEM and TEMP Directory On Every Conputer With Any Setting..!!!

Inputs
Nothing.
Code Returns
Directories.
API Declarations
Private Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As Long
Private Declare Function GetSystemDirectory Lib "kernel32" Alias "GetSystemDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As Long
Private Declare Function GetTempPath Lib "kernel32" Alias "GetTempPathA" (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long

Rate A Little App For Findng WINDOWS and SYSTEM and TEMP Folder On every Computer

Download A Little App For Findng WINDOWS and SYSTEM and TEMP Folder On every Computer

Download A Little App For Findng WINDOWS and SYSTEM and TEMP Folder On every Computer (3 KB)

A Little App For Findng WINDOWS and SYSTEM and TEMP Folder On every Computer Comments

No comments have been posted about A Little App For Findng WINDOWS and SYSTEM and TEMP Folder On every Computer. Why not be the first to post a comment about A Little App For Findng WINDOWS and SYSTEM and TEMP Folder On every Computer.

Post your comment

Subject:
Message:
0/1000 characters