File: ziptools/ziptools/ziptools/_algorithms/add1-type-atlinks--used.txt

if isdir
    if atlinks
        if recursivelink
            add link
        else
            recur
    else
        if islink
            add link
        else
            recur
if isfile
    if atlinks
        add file
    else
        if islink
            add link
        else:
            add file
if islink
    add link
else
    unknown



[Home page] Books Code Blog Python Author Train Find ©M.Lutz