Hi Boss @bodymindpower
I have a question… this blocks work perfectly and you extension ASD, but.
how can i do… when download file always add -1 and not update first file, for example:
original file is: “control.csv” and when i downloading newly, this dowload how : control-1.csv, control-2.csv, control-3.csv…
Any solution for update the same file? please!
use the File.Exists method to find out, if the file already exists
if yes, add 1 and check again, if it again exists, if yes, add 1 and check again, etc.
i use one database in .csv
when i update the data,then download file newly to phone.
And the original file is never replaced. So my app read always original database and not the update file.