hi all,
i have this program that will run and the result is based on the .config file.
how do i disable the code from the config file ?
for example...
i want some method to not functioning when i change the variable in the config file..
e.g:
my .exe file will copy and delete files at the same time..
how do i disable the copy function so that the .exe will only delete when i reun the exe file.
of course i can determine it in the .config file..
thanks..
if possible can reply asap!
i have this program that will run and the result is based on the .config file.
how do i disable the code from the config file ?
for example...
i want some method to not functioning when i change the variable in the config file..
e.g:
my .exe file will copy and delete files at the same time..
how do i disable the copy function so that the .exe will only delete when i reun the exe file.
of course i can determine it in the .config file..
thanks..
if possible can reply asap!
Comment