I'm setting folders in my dbms by identifying their folder.absolute name as a key. In the case such name changes, a "different new" folder is detected by my python script.
How I can choose a real and universal (the same key through different calling script) ID of that folder, which means it doesn't change when the name changes?
thanks