Hi,
I trying to create some dirs like this:
@mkdir("photos/$cat/$sku", 0777, true)
it creates the first directory with 0777 permissions, but when it creates the second is uses 000 as it's perms, so it fails to create the third.
A workaround this please?
Thanks, Richard.