noob question ... I am working on a duplicate finding program that I intend on using somewhat interchangeably between several windows and linux machines. I do realize I am re-inventing the wheel. I am seeking opinions on the "pythonic" approach of handling this situation. Seems I can get away with os and path doing a good enough job without converting file names to PurePath names.thx.
I forgot to mention that I intend on doing file name manipulations with regex. but I think I got it from here.