Reference/!delfile: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "=!delfile= file This command deletes a file. <highlight-nsis>!tempfile FILE !delfile "${FILE}" !undef FILE</highlight-nsis>")
 
mNo edit summary
 
Line 8: Line 8:
!delfile "${FILE}"
!delfile "${FILE}"
!undef FILE</highlight-nsis>
!undef FILE</highlight-nsis>
''Command introduced with NSIS v2.11''

Latest revision as of 10:57, 3 June 2013

!delfile

file

This command deletes a file.

!tempfile FILE
!delfile "${FILE}"
!undef FILE

Command introduced with NSIS v2.11