File Database ProviderCheck If Exists 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)
True if the file exists.
Assembly: DWSIM.FileStorage (in DWSIM.FileStorage.dll) Version: 10.0.0.0 (10.0.0.0)
C#
public bool CheckIfExists(
string filename
)VB
Public Function CheckIfExists (
filename As String
) As BooleanParameters
- filename String
- Filename to search.
Return Value
BooleanTrue if the file exists.