Okay, my program needs to find a file named system.sav but the files for it are always random.
It usually goes: Local>gamename>saved>saved games>(this is an random assortment of numbers or letters)>system.sav
The program im working on takes premade system.sav's and replaces them with the one that's already in the folder(and backed up). But theres one thing, since every user has a different folder is there anyway to get the name of the folder automatically, or do i need the user to input it? I really don't want to trust the user to do this, but I am not familiar enough with python to guarantee that they won't have to.