Determines whether the specified file exists.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static bool Exists(
string path
)
Parameters
- path
- Type: SystemString
The file to check.
Return Value
Type:
Booleantrue if the file is exists; otherwise,
false.
See Also