Click or drag to resize

FileGraphPersistenceWrapper Constructor (String)

Creates a new File Graph Persistence Wrapper around a new emtpy Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public FileGraphPersistenceWrapper(
	string filename
)

Parameters

filename
Type: SystemString
File to persist to.
Remarks
If the given file already exists then the Graph will be loaded from that file.
See Also