Class ctkApplication models an application as used in the clickTk
session.
my $appl = ctkApplication->new();
$appl->open ;
$appl->save;
$appl->close;
- Still under construction
Author: marco
date: 18.04.2007
History
18.04.2007 MO03301 mam First draft
29.11.2007 MO03502 Version 1.02
03.08.2010 Version 1.03
new
destroy
_init
buildApplicationFileName
trace
Log
log
getDateAndTime
Clear the class variables applName and applFolder.
It returns always 1.
Add the application path to the given project name
and return it as a file path.
Get application name and application folder.
It returns true if the application has been set,
undef otherwise.