Environment: GetFolderPath

GetFolderPath

Returns the path for a specified folder type.

 Public Function GetFolderPath(
	  ByVal Folder As SpecialFolder ) As String

Parameters

Folder
[ByVal] SpecialFolder. The folder to return the path of.

Return Values

String -  The path for the specified folder.

Remarks

See Also

Project VBCorLib Overview | Class Environment Overview