Hello,

Sorry if this has been asked elsewhere, but googling and the search function did not give me close enough matches.

My issue is that I have created a folder named js for JS scripts in the sites/default/files folder of my Drupal 6.13 installation (running Win XP SP3, XAMPP 1.7.x).

Though I have not configured any cron job or clean-up task of the like, after some time lapses, all scripts in sites/default/files/js are automatically purged... The directory js is not deleted.

Are these files erroneously treated as temp files and therefore deleted? How can I prevent this from happening?

Thank you in advance

Comments

ThomasH’s picture

This is the standard directory where drupal will put it's javascript cache. might want to choose a different naming ;)

marktheshark’s picture

Status: Active » Closed (works as designed)

That solved it, thanks

ThomasH’s picture

Status: Closed (works as designed) » Closed (fixed)