GDL checking libraries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-09 09:50 PM
If [object is loaded] Then
this
If [object is loaded] Then
that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-09 11:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-10 01:34 AM
Julia

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-10 01:52 PM
GDL Reference Guide > Miscellaneous > GDL File Manager I/O Add-On
It says you can open a folder and scan for file names.
You can read file names int ovariables and you can check these variables against your file names.
If they are found your GDL Script gets executed.
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-10 08:38 PM
-- Matthew Peychich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-10 11:04 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-11 11:31 AM

AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-16 10:43 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-16 10:55 PM
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2005-03-17 03:50 AM
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