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?
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"...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.