Replies: 3 comments
-
excludeDirectory() ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
oh, i see it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have this in the cache:
and i want to exclude this files/dirs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a lot of folders and subfolders like demos, tests, forum, upload and etc.. some of them contain a lot of files and subdirs...
My question is: if there is a option for exclude dirs will be better and faster solution for robotloader ?
$loader->UnloadDirs("tests,forum,upload"); - something like this with comma separator, or:
$loader->UnloadDir("tests");
$loader->UnloadDir("forum");
$loader->UnloadDir("upload");
Beta Was this translation helpful? Give feedback.
All reactions