FileDatabaseProviderExportFile(String, String) Method

Exports a file/item from the database to a file in the filesystem.

Definition

Namespace: DWSIM.FileStorage
Assembly: DWSIM.FileStorage (in DWSIM.FileStorage.dll) Version: 10.0.0.0 (10.0.0.0)
public void ExportFile(
	string filename,
	string exportpath
)

Parameters

filename  String
file item to export.
exportpath  String
Path with filename to save the item to.

Implements

IFileDatabaseProviderExportFile(String, String)

See Also