in reply to Re: Directory checking on Windows XP
in thread Directory checking on Windows XP
Thanks ikegami. I posted an update to my node and included an abbreviated portion of the code that I think demonstrates what I'm doing. It is not the full code; but think it highlights what and how I'm doing the if(){}else{} statement. Hopefully it will prompt someone to see what is happening.
I have tried debugging the code; but it just shows that the }else{ portion of the code is, indeed, what is being executed. I have checked what is in $entry and it has the right subdirectory name (includindg the full path specification).Is specifing the full path name in $entry what is fowling up the -d file test?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Directory checking on Windows XP
by ikegami (Patriarch) on Sep 22, 2008 at 05:55 UTC |