FileDatabaseProviderCheckIfExists Method

Checks if the given file exists in the database.

Definition

Namespace: DWSIM.FileStorage
Assembly: DWSIM.FileStorage (in DWSIM.FileStorage.dll) Version: 10.0.0.0 (10.0.0.0)
public bool CheckIfExists(
	string filename
)

Parameters

filename  String
Filename to search.

Return Value

Boolean
True if the file exists.

Implements

IFileDatabaseProviderCheckIfExists(String)

See Also