Example #1
0
 def get_home_dir(cls, slash=False):
     path = fsboot.home_dir()
     path = cls.get_real_case(path)
     if slash:
         path += "/"
     return path
Example #2
0
 def get_home_dir(cls, slash=False):
     path = fsboot.home_dir()
     path = cls.get_real_case(path)
     if slash:
         path += "/"
     return path
Example #3
0
def get_home_dir():
    return fsboot.home_dir()