07-18-2020 11:08 AM - edited 07-18-2020 11:49 AM
Is there a .NET API available to interact with the SearchDirectories.cfg? For example, is there a way to serialize/deserialize the XML to/from objects to use in code?
I know you can get the directories from the engine's SearchDirectories property, but I would like to get the info for a specific file path.
Thanks
10-27-2020 04:35 AM
Why don't you just read it as text/XML file?
10-27-2020 06:05 AM
That is the approach I was taking, but didn't know if there is an API already available with more details/support. Didn't want to reinvent the wheel.