Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 683 Bytes

File metadata and controls

18 lines (12 loc) · 683 Bytes

IExtensionFileService.ResolvePath method

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)

See Also