Rob wrote:
I think, it is a rather 'half-cooked' solution. It's not a cross-platform solution and based on 'physical' path of the file. What about searching in the AC internal database of LOADED libraries? That is what I would expected from such a add-on. That would tell me whether my object that I am looking for is loaded in active libs or has to be loaded in (optional dialog box). I am putting this in the GDL wish list as well.
it would be a wish. as to the cross platform issue, it is. the file io scans for the folder defined as the one containing the files specified. if it resides at C:\libraries\parchtools on my pc and someplace on my mac. when i move the project to the mac it will recognize that the defined file system location is invalid and will prompt the user to browse for it. the system in its bare for iin factct portable however you would need to have an OS check if you were to run a complex fs operation due to the path separatoror differences. ( '/' vs. '\')
so long as the files being checked reside that the defined root of the objects path, you can use it on all platforms. when you start saying it resides at root\folder1\folder2 and root/folder1/folder2 you obviously would have problems. an actual way to access the database of loaded libraries would be nice and can be done with an add on but not from just GDL