How can I read or write files?: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Added links to NSIS Documentation for commands.)
 

Latest revision as of 10:39, 29 December 2014

Use FileOpen, FileRead, FileWrite, FileSeek, and FileClose to manipulate files.

You can find a small example showing how to replace a line here.

Note that if INI files are in the question, it might be easier to use WriteINIStr, ReadINIStr, DeleteINIStr, and DeleteINISec.