When I add files to SF project with subfolders SF ignore empty folders.
How to create empty subfolders in %AppFolder% (like %AppFolder%\TMP)
How to create empty subfolders in %AppFolder% (like %AppFolder%\TMP)
if (not Registry.DoesKeyExist(HKEY_CLASSES_ROOT, "CielGestionCommerciale.Application\\CLSID")) then
Dialog.Message( "Warning", "App is not registered on this pc !");
Application.Exit();
else
CielGestionCLSID = Registry.GetValue(HKEY_CLASSES_ROOT, "CielGestionCommerciale.Application\\CLSID", "");
Dialog.Message("CLSID", CielGestionCLSID );
end
On Startup, Line ..:3 arguments required.
Stack Traceback...