- in generazione non si cambia l'estensione del file (versione non modificata)

This commit is contained in:
luca.mazzoleni
2025-06-04 11:15:21 +02:00
parent 7be5cf7ae3
commit 8db65c5186
+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
---------------------------------------------------------------------