www.icetips.com  Icetips Utilities Documentation 12/16/2011    

Core Class: Construct

Previous  Top  Next  


Prototype:  None

 

The Core class Construct method retrieves information about the running program and stores them in the class properties:

 

EXENameSet to COMMAND('0') which contains the full path to the executable name that is running.
ProgPathThis stores the drive + path of the EXEName
ProgramCommandLineThis stores the whole command line of the program as returned by COMMAND('')
ProgramDebugOnThis stores the value of a runtime parameter as returned by COMMAND('DEBUG')
XPThemesPresentThis indicates if the XP Themes are present or not.
ComputerNameThis stores the computer name.
UserNameThis stores the user name of the currently logged in user.

 

 

See also:

EXEName

ProgPath

ProgramCommandLine

ProgramDebugOn

 

 

 



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