Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 574 Bytes

File metadata and controls

19 lines (12 loc) · 574 Bytes

IExtensionFileService interface

Provides filesystem operations specific to an extension.

public interface IExtensionFileService

Members

name description
ResolvePath(…) Returns the full path to a file included in the calling extension, relative to the root directory containing the extension.

See Also