Question

I know JFile and write function in Joomla 1.6 but is there a similar function for Joomla 2.5 too?? I didn' t get anything in Joomla docs.

Was it helpful?

Solution

Yes - it's there.

You can see it in /libraries/joomla/filesystem/file.php

OTHER TIPS

you can import it using the following code snippet:

jimport( 'joomla.filesystem.file' );
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top