Click or drag to resize

FileUtilityTestFileExists Method

Tests whether the specified file exists and shows a warning if it does not.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool TestFileExists(
	string filename
)

Parameters

filename  String
The file name to test.

Return Value

Boolean
true if the file exists; otherwise, false.
See Also