I want to write a little program which lists all the files in the computer and then outputs their paths.
For example:
Jhon.txt => D:/Smth/Smth/Jhon.txt
Mom.txt => D:/Smth/Mom.txt
Dad.exe => C:/Dad.exe
And so on.
So I want to ask what would be best way to do this?
Thanks.