Exemplo n.º 1
0
def isfile(path, exists):
    if exists:
        return isfile_base(path)

    return '.' in split(path)[-1]
Exemplo n.º 2
0
def isfile(path, exists):
    if exists:
        return isfile_base(path)

    return '.' in split(path)[-1]