Interface IPathResolver
Inteface for Objects which can resolve paths specified for Configuration properties.
Namespace: VDS.RDF.Configuration
Assembly: dotNetRDF.dll
Syntax
public interface IPathResolver
Methods
| Improve this Doc View SourceResolvePath(String)
Resolves a Path.
Declaration
string ResolvePath(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path | Path. |
Returns
| Type | Description |
|---|---|
| System.String |