Click or drag to resize

FileUtilityIsDirectory Method

Determines whether the specified path refers to an existing directory.

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

Parameters

filename  String
The path to test.

Return Value

Boolean
true if the path refers to an existing directory; otherwise, false.
See Also