FileUtilityTestFileExists Method |
Tests whether the specified file exists and shows a warning if it does not.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool TestFileExists(
string filename
)
Parameters
- filename String
- The file name to test.
Return Value
Booleantrue if the file exists; otherwise,
false.
See Also