Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ironmonkey69

  1. ironmonkey69

    Help with 'isdirectory'

    no, you can use almost any variable that you choose, it can have almost any name. Can I get some help with the 'isdirectory' statement within the 'if' statement?
  2. ironmonkey69

    Help with 'isdirectory'

    args is the argument taken in from the command line ex. source /data/new/new.tcl /home/new.new.current.txt
  3. ironmonkey69

    Help with 'isdirectory'

    This is what it actually looks like: proc test {args} { for each new $args if{[file isdirectory $new.original] == 1} set dir "$new" set dirOriginal "$new.original"...
  4. ironmonkey69

    Help with 'isdirectory'

    Hi all, I have been having problems setting up an 'if' statement that is using a 'isdirectory' command. I pass a string into the if statement thru a command line argument. The backup file exists in the directory that it is looking in but the if statement keeps falling through. Here is a copy...

Part and Inventory Search

Back
Top