()
| 454 | } |
| 455 | |
| 456 | func (rules ClientConfigLoadingRules) ResolvePaths() bool { |
| 457 | return !rules.DoNotResolvePaths |
| 458 | } |
| 459 | |
| 460 | // ResolveLocalPaths resolves all relative paths in the config object with respect to the stanza's LocationOfOrigin |
| 461 | // this cannot be done directly inside of LoadFromFile because doing so there would make it impossible to load a file without |