You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
202 B
Python

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)