--- Jay Paulson <[EMAIL PROTECTED]> wrote:
> I was running fileperms() function to find out what a directory is
> chmod'ed to.

Just so you know, chmod is "change mode". I understand what you mean, though;
you are wanting to know the permissions of a directory.

> However, this doesn't return anything because it has to check a file.

Are you sure that is why? Be sure before you start telling us what is wrong. I
disagree with your assumption here.

> My question is there a function that will return what a directory is
> chmod'ed to?

The one you tried works just fine:

http://www.php.net/manual/en/function.fileperms.php

Chris

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

Reply via email to