Determines whether the specified file exists.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool Exists(
string path
)
Parameters
- path String
- The file to check.
Return Value
Booleantrue if the file is exists; otherwise,
false.
See Also