Advertisement
4_2005-2006 Windows System Services #149829

Get Windows and TEMP Folders the easy way, without APIs

It returns the path of the windows or temp folders.

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
strWindir = Environ("WinDir") ' ->C:\Windows
strTempDir = Environ("temp") ' ->C:\Windows\Temp
strTempDir = Environ("tmp") ' ->C:\Windows\Temp
Commenti originali (3)
Recuperato da Wayback Machine