Application Data Path for VB 6
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I'm a .NET programmer who knows how easy it is to access special folders via the Application.CommonAppDataPath and System.Environment.GetFolderPath() members, but how does one do this in VB 6?
GetSystemDirectory
API to get system directoryGetWindowsDirectory
API to get windows directoryGetTempPath
API to get temp directorySHGetSpecialFolderLocation
,SHGetFolderLocation
are also useful look msdn for details