kripz Posted March 29, 2007 Share Posted March 29, 2007 Is it possible to create a directory with a max size? Link to comment https://forums.phpfreaks.com/topic/44761-create-directory-with-max-size/ Share on other sites More sharing options...
hitman6003 Posted March 29, 2007 Share Posted March 29, 2007 If you could, it would be a function of the operating system, not php. You can use php to enforce a max size rule on a directory by reading the size of all the files in the dir, adding them up, then taking appropriate action. http://www.php.net/dir Link to comment https://forums.phpfreaks.com/topic/44761-create-directory-with-max-size/#findComment-217437 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.