import os def GET_UI_PATH(): absPath = os.path.abspath('callclient/assets') print("absPath=" + absPath) filePath = os.path.dirname(os.path.abspath('./assets')) print("Path=" + filePath)