www.icetips.com  Icetips Utilities Documentation 11/30/2010    

SetupBuilder Class: SetLocalCSIDL

Previous  Top  Next  


Prototype: (Long pCSIDL)

 

pCSIDLThe CSIDL value to use

 

ReturnsThe 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:

LocalCSIDL

PathString

Shell Class

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/setlocalcsidl_setupbuilder.htm