I am super confused on how to make a program that scans a directory for files (and files in sub directories) for information such as size, name, path, etc. For now, I just need this information written to a txt file, but I will later need to use this txt file to copy all my files to a directory on a remote computer.
I’m not very experienced with Java so if there are some libraries that you think I should research, please let me know. I think the scariest part of getting this information is how to tell computer that you need to enter a sub directory to search for its contents (like going into a Documents folder from Home, and then maybe even going into an EnglishClass folder from there).
I hope this isn’t too vague. Let me know if you need more details.