File: ziptools/ziptools/ziptools/_algorithms/add3-islink-atlinks.txt

if islink
    if not atlinks
        add link     # -: msg has no type 
    else
        if isfile
            add file 
        if isdir
            if isrecursive
                add link
            else
                recur
        else
            add link
if isfile
    add file
if isdir
    recur
else
    unknown
       



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