Click or drag to resize

VirtualDirectoryExists Method

Determines whether the given path refers to an existing directory on virtual file system.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool Exists(
	string path
)

Parameters

path
Type: SystemString
The path to test.

Return Value

Type: Boolean
true if the directory is exists; otherwise, false.
See Also