06-08-2021
06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-08-2021
06:33 AM
For anyone else trying to do this; if you want it to just be a single path for the external iLogic folders, here's the code:
Dim ilogicPath() As String
ilogicPath() = Split("Your Path Here", ",")
iLogicAuto.FileOptions.ExternalRuleDirectories = ilogicPath