how to register a folder and subfolder into filepath?
Dear advanced users,
by the following method, which is included in the maxhelp, I cannot add the subfolders of a folder.
is there any possibility to also add the subfolders of the selected folder?
Best,
prko
thanks
But it works strangely, when there are more than one subfolder.
Is there any other suggestions?
thanks,
prko
Strangely? It works as expected. You just need to change the depth field in the config file:
1. open loader_config.txt
2. change depth, 0; to depth, 1; or 2; or 3;, etc.
3. with verbose on (i.e. verbose, 1;), it will print all paths added to the temporary search path in the Max window.
best,
Zachary
Thanks,
I now know what was the problem in my code.
I have learned from your patch,
best,
prko
hi,
I have decided use the following code.
It is a simplified code of yours.
ups.
I have copied the code not completely.
Here the full code.