2005-03-03, 05:39 AM
ok ive added the ability to use subfolders off of the .link files. so if you place a .link file containing "D:\my videos\" in a dir
and "D:\my videos\" has the subdirs
"a"
"b"
"c"
"d"
they will be added to the list and the same for each of their subfolders, and their subfolders, and so on and so on. it should also work with .link files in another directory, so if you add a .link file to "D:\my videos" and that .link points to "D:\videos\" and in "D:\videos\" you have a .link pointing to "D:\my videos", well that would catch it in a forever loop, but the idea is .link files can be used anywhere.
ive tested this for oh all of ten minutes, and it appears to be working (well this version, ironed out bugs before this).
you need to have v2.1.10.0 first, since i did change some skinning stuff in 2.1.10.0, but havent changed any skinning stuff in this one.
also test check the memory usage, it should be about the same, only using a arraylist to hold the parent directory strings. of course more thigns are being loaded now (ie the subdirs) so it might take a little longer.
once all is well, ill do a proper release, for now its just the dll.
and "D:\my videos\" has the subdirs
"a"
"b"
"c"
"d"
they will be added to the list and the same for each of their subfolders, and their subfolders, and so on and so on. it should also work with .link files in another directory, so if you add a .link file to "D:\my videos" and that .link points to "D:\videos\" and in "D:\videos\" you have a .link pointing to "D:\my videos", well that would catch it in a forever loop, but the idea is .link files can be used anywhere.
ive tested this for oh all of ten minutes, and it appears to be working (well this version, ironed out bugs before this).
you need to have v2.1.10.0 first, since i did change some skinning stuff in 2.1.10.0, but havent changed any skinning stuff in this one.
also test check the memory usage, it should be about the same, only using a arraylist to hold the parent directory strings. of course more thigns are being loaded now (ie the subdirs) so it might take a little longer.
once all is well, ill do a proper release, for now its just the dll.