jenssegers / codeigniter-advanced-images

Resize and crop images on the fly
http://jenssegers.be
182 stars 72 forks source link

If the user is trying to put images in a directory, check if it esists and create if not. #3

Open djekl opened 11 years ago

djekl commented 11 years ago

Recently we used this lib within a project and found that it lacked functionality to create sub directories within the cache folder. This will now attempt to create the directory if not exist and return FALSE if it cannot.