Can anyone tell me which script creates a new user's directory in the files/home/ directory? I found the script that sets up new accounts, but I can't find any place in there that performs the mkdir.
Thanks
Chuck Roy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All of the actual file system calls are in phpgwapi/inc/class.vfs_sql.inc.php. There are documents on the VFS in phpgwapi/docs/vfs, although if you plan on doing development, I would suggest using the CVS version (see https://savannah.gnu.org/projects/phpgroupware\), as the VFS calls have a different format now.
Jason Wies aka Zone
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can anyone tell me which script creates a new user's directory in the files/home/ directory? I found the script that sets up new accounts, but I can't find any place in there that performs the mkdir.
Thanks
Chuck Roy
All of the actual file system calls are in phpgwapi/inc/class.vfs_sql.inc.php. There are documents on the VFS in phpgwapi/docs/vfs, although if you plan on doing development, I would suggest using the CVS version (see https://savannah.gnu.org/projects/phpgroupware\), as the VFS calls have a different format now.
Jason Wies aka Zone