3 Commits

Author SHA1 Message Date
luca.mazzoleni 8db65c5186 - in generazione non si cambia l'estensione del file (versione non modificata) 2025-06-04 11:15:21 +02:00
andrea.villa 7be5cf7ae3 Merge branch 'develop' 2025-06-04 11:05:09 +02:00
andrea.villa 7ef8621388 Merge branch 'develop' 2025-04-30 14:30:50 +02:00
+3 -3
View File
@@ -24,9 +24,9 @@ end
---------------------------------------------------------------------
function OnEnd()
-- Chiusura file altri processi (qui si passa sempre, anche in caso di errore)
local sNewPath = EgtChangePathExtension( EMT.FILE, '.prg')
EgtEraseFile( sNewPath)
EgtRenameFile( EMT.FILE, sNewPath)
-- local sNewPath = EgtChangePathExtension( EMT.FILE, '.prg')
-- EgtEraseFile( sNewPath)
-- EgtRenameFile( EMT.FILE, sNewPath)
end
---------------------------------------------------------------------