Table of Contents

Class SpecialFolderHelper

Namespace
VAST.Common
Assembly
VAST.Common.dll

Provides methods for retrieving special folder paths.

public static class SpecialFolderHelper
Inheritance
SpecialFolderHelper
Inherited Members

Methods

GetPath(SpecialFolder)

Gets the path to the specified special folder.

public static string GetPath(SpecialFolder specialFolder)

Parameters

specialFolder SpecialFolder

The special folder to get the path for.

Returns

string

The full path to the specified folder.