Met Getspecialfolder
# ASP GetSpecialFolder Method
* * Complete FileSystemObject Object Reference](#)
* * *
The GetSpecialFolder method returns the path of a special Windows folder.
### Syntax
FileSystemObject.GetSpecialFolder(foldername)
| Parameter | Description |
| --- | --- |
| foldername | Required. The folder to return. 0=WindowsFolder - Contains files installed by the Windows operating system. 1=SystemFolder - Contains libraries, fonts, and device drivers. 2=TemporaryFolder - Used for storing temporary files. |
* * *
### Example
Output:
C:WINNTsystem32
* * Complete FileSystemObject Object Reference](#)
YouTip