Hi, for some reason, I can't write to a file that is system hidden, but if it's not system hidden, it works fine
this does not work, someone knows a way around it, and if its possible?
[ autoit ]
#include FileSetAttrib(@scriptdir & "\includes\config.conf", "+SH") _FileWriteToLine(@scriptdir & "\includes\config.conf", 3, "test, 1)
this does not work, someone knows a way around it, and if its possible?