GetFolderPath()

Environment::GetFolderPath(SpecialFolder) method

Returns fully qualified path to the specified system folder.

static String System::Environment::GetFolderPath(SpecialFolder folder)

Arguments

ParameterTypeDescription
folderSpecialFolderValue representing the system folder

Return Value

Fully qualified path to the specified system folder

See Also