Click or drag to resize

McApplicationPath Property (mcPathType)

Return various application paths

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property Path ( 
	type As mcPathType
) As String
	Get

Parameters

type
Type: MediaCy.IQL.ApplicationmcPathType

Property Value

Type: String

Return Value

Type: String
Remarks
When type is mcPathType.mcptApplicationData, and a new version is installed the content of the old data folder is automatically copied to the new one, so that old settings remain active.
See Also