Well! I guess you'll understand I'm new to this so forgive...
I'm building a script that are suposed to read directories and files in the file tree... When checking with is_file() and is_dir() it looks ok in the top directory where the script is and start.
But when going down in the tree structure it only accepts files and directoties the same name as a file or a directoy in the top directory...
I guess this have something to do with the cache. And to clear the cache I'm supposed to use clearstatcache() [if I have not got it totaly wrong]...
But HOW? How and where do I use it?
Id be glad to see a few exaples on how to use it!!!
///D...