Hi,
I was wondering how do I copy a directory set a ini file to a destination the user picks? Possibly how do I add file type exclusions?
Thanks...
Directory copy?
4 posts
Use CopyFiles to copy the file types that you want to copy eg CopyFiles $EXEDIR\*.txt $INSTDIR\
Can you explain what you mean by "set a ini file..."?
Can you explain what you mean by "set a ini file..."?
Originally posted by michaelcsikosAh, get the path / exclustion from an ini file like
Use CopyFiles to copy the file types that you want to copy eg CopyFiles $EXEDIR\*.txt $INSTDIR\
Can you explain what you mean by "set a ini file..."?
[copy]
path=C:\
filetypes=jpg,jpeg
Use ReadINIStr to get strings from an INI file.