Earlier, to locate the home folder, the project used getpass module to get the username and append it to the string /home/. But that would not work in non-Unix file systems. Hence, we need to have a cross platform location finder for the home directory.
Earlier, to locate the home folder, the project used
getpass
module to get the username and append it to the string/home/
. But that would not work in non-Unix file systems. Hence, we need to have a cross platform location finder for the home directory.