posted 9 years ago
hallo ,
i would like to take a file with all file names which are present in folder.
first solution. i tried to do it with this:
but this solution is bad, becouse :
1. fileContainer.txt will be updated only for new files
2. by remove any file(s), the content of fileContainer.txt is not changed
second solution:
so, the second solution works, but i am not sure it is good solution. I think it is possible to improve the first solution.
thanks