On Monday, September 1, 2003, at 03:41 PM, Curt Zirzow wrote:

                print $buildingPath . '<br>';
                
                if (opendir($buildingPath) == false)
                        if (!mkdir($buildingPath))
                                print 'false <br>';

A print("false $buildingPath<br>") might yield as to why it isn't creating it.

I already did that and like I said, it's always the correct path. Look at the very first line of the code above which was in the original path.


Thanks for the tip on is_dir.


Seth Willits
------------------------------------------------------------------------ ---
President and Head Developer of Freak Software - http://www.freaksw.com
Q&A Columnist for REALbasic Developer Magazine - http://www.rbdeveloper.com
Webmaster for REALbasic Game Central - http://www.freaksw.com/rbgames


"Rather fail with honor than succeed by fraud."
-- Sophocles
------------------------------------------------------------------------ ---


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to