The Joomla! Forum ™



Forum rules


Please use the mailing list here: http://groups.google.com/group/joomla-dev-general rather than this forum.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Filesize
PostPosted: Fri Sep 16, 2011 9:36 am 
Joomla! Explorer
Joomla! Explorer

Joined: Sun Jun 22, 2008 4:25 pm
Posts: 358
Wen using JFile I can do

Code:
$data = JFile::read($folder.$file);
$filesArray[] = array('name' => $file, 'data' => $data);


to get file name and data, can I get the file size this way to?


Top
 Profile  
 
 Post subject: Re: Filesize
PostPosted: Fri Sep 16, 2011 10:47 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Sat Apr 11, 2009 8:23 am
Posts: 180
Hi,
This page http://api.joomla.org/Joomla-Framework/FileSystem/JFile.html lists all the methods of the JFile class. File size doesn't seem to be one of them, but it may be a starting point for further investigation.

_________________
Regards,
Joe


Top
 Profile  
 
 Post subject: Re: Filesize
PostPosted: Fri Sep 16, 2011 10:52 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Sat Apr 11, 2009 8:23 am
Posts: 180
This page here has an example that seems to use a file size statement. http://docs.joomla.org/How_to_use_the_filesystem_package#Read_files_from_folder

_________________
Regards,
Joe


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 



Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group