|
Previous Top Next |
Prototype: | (Long pCSIDL) |
pCSIDL | The CSIDL value to use |
Returns | The method does not return a value |
This method constructs a path name based on the CSIDL passed to it and the PathString property using the GetSpecialFolder method of the Shell Class. The CSIDL value is stored in the LocalCSIDL property.
Example:
GetLocalPath ROUTINE
Get(SFQ,Choice(?Loc:LocalCSIDL))
ITS.SetPathString(Loc:PartialPath)
ITS.SetLocalCSIDL(SFQ.FolderIDValue)
Loc:LocalPath = ITS.GetLocalPath()
Loc:LocalKey = 'HKCU:\' & ITS.GetLocalKey()
Loc:LocalCSIDLNumber = SFQ.FolderIDValue
Display()
See also: