File Database ProviderExport File(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)
Assembly: DWSIM.FileStorage (in DWSIM.FileStorage.dll) Version: 10.0.0.0 (10.0.0.0)
C#
public void ExportFile(
string filename,
string exportpath
)VB
Public Sub ExportFile (
filename As String,
exportpath As String
)