can anybody tell me what variable i have to use in BxDolFilesConfig.php at line 46 for this
return $this->getHomePath() . 'data/files/';
i want the name of the file owner at the end of dir path like this
return $this->getHomePath() . 'data/files/username';
here username should be dynamic name of the owner of the file.
How can i do it?????? Please help
Thanks in advance.