$newDirMode public property
The permission to be set for newly generated directories. This value will be used by PHP chmod function. Defaults to 0777, meaning the directory can be read, written and executed by all users.
public integer $newDirMode = 511
Please login to continue.