Exemplo n.º 1
0
def getParentPath():
    path = ImagePath.getBundlePath()
    if not path: return None
    return os.path.dirname(makePath(getBundlePath()))
Exemplo n.º 2
0
def getBundleFolder():
    path = ImagePath.getBundlePath()
    if not path: return None
    return path + Settings.getFilePathSeperator()
Exemplo n.º 3
0
def getBundlePath():
    return ImagePath.getBundlePath()
Exemplo n.º 4
0
def getBundlePath():
    return ImagePath.getBundlePath()
Exemplo n.º 5
0
def getParentPath():
    path = ImagePath.getBundlePath()
    if not path: return None
    return os.path.dirname(makePath(getBundlePath()));
Exemplo n.º 6
0
def getBundleFolder():
    path = ImagePath.getBundlePath()
    if not path: return None
    return path + Settings.getFilePathSeperator();