Hey all,
I have a directory which contains multiple files in it.
I want to read the file only once.
i.e if There are files from 1 to 50 in the directory and in the first run the files upto 20 are processed, in the next run i don’t want to repeat those same files that is from 21 onward.
Any idea?
Thanks in Advance.