GetSpecialFolder
Returns a Windows Special Folder value by either a numeric value or as a special string value.
You can find the numeric CSIDL codes on MSDN.
Certain common string values are supported:
-
* "Program Files Common"
* "Program Files"
* "Documents Common"
* "Documents" or "Documents User" or "My Documents"
* "Send To"
* "My Computer"
* "Desktop"
* "Application Data"
* "Application Data Common"
Note: This is a static function not a method of wwAPI.
GetSpecialFolder(lnFolder)
Path or "" if not found or not supported
Parameters
lnFolder
Numeric CSIDL code or string shortcut
Remarks
This is a standalone function not a method of the wwApi
class.
See also
Class wwAPI© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic