Help for this page

Select Code to Download


  1. or download this
    # print table header
    # fields space allocation: underline, Path, Name, status, desc, reset 
    +underline
    ...
        # fields space allocation: pathColor, path, pathReset, shareName, 
    +statusColor, status, statusReset, desc
        printf "\t%s%-20s%s| %-10s%s%-12s%s| %-20s\n", $pathColor, &trunca
    +teStr($path, 20), $pathReset, &truncateStr($name, 10), $statusColor, 
    +$status, $statusReset, &truncateStr($desc, 20) || '';
    }
    
  2. or download this
    Path                | Name                  | Description         
    ------------------------------------------------------------------
    ...
    /test1              | test1      (inactive) | hello
    
    RED - Directory is not accessible