Returns the full path to a file included in the calling extension, relative to the root directory containing the extension.
public string ResolvePath(params string[] pathSegments)
parameter | description |
---|---|
pathSegments | Segments of the path to the file inside the root directory of the extension. E.g. "config"(directory),"config.json"(file) |
- interface IExtensionFileService
- namespace Mendix.StudioPro.ExtensionsAPI.Services