MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetApplicationExeName

Function GetApplicationExeName

sourcecommon/utils.cpp:1908–1917  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1906}
1907//---------------------------------------------------------------------------
1908String GetApplicationExeName(void)
1909{
1910 String rv = Application->ExeName;
1911 // ������ ����� �� ���� ".\" - �� ����������� ���������������� ����������
1912 // ������ �� ������ ������� ?
1913 int pos = rv.Pos("\\.\\");
1914 if( pos>0 )
1915 rv.Delete(pos, 2);
1916 return rv;
1917}
1918//---------------------------------------------------------------------------
1919String DateTimeToISO8601(TDateTime v)
1920{

Callers 1

FormCreateMethod · 0.85

Calls 1

DeleteMethod · 0.80

Tested by

no test coverage detected