Save data in executable

后端 未结 7 1233
Happy的楠姐
Happy的楠姐 2021-02-04 13:12

I have a portable executable that saves data to a file in the same folder as the executable. Is there any way that I can save data into the executable itself when I close the ap

7条回答
  •  迷失自我
    2021-02-04 14:06

    If you want to take the data with you and only have one file for the exe and data, .zip them into a self-extracting .exe.

提交回复
热议问题