Click or drag to resize

DirectoryNameExists Method

Returns true if this directory exists in the file system.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool Exists()

Return Value

Boolean
True if this directory exists in the file system.
See Also