Easy Tutorial
❮ Prop Status Asp Variables ❯

ASP GetSpecialFolder Method


The GetSpecialFolder method returns the path of a special folder in Windows.

Syntax

Parameter Description
foldername Required. The folder to return. <br>0=WindowsFolder - Contains files installed by the Windows operating system. <br>1=SystemFolder - Contains libraries, fonts, and device drivers. <br>2=TemporaryFolder - Used for storing temporary files.

Example


❮ Prop Status Asp Variables ❯