Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.PackageSupport.Junction.ExistsAsync Method

Determines whether the specified path exists and refers to a junction point.

Class: YetaWF.Core.PackageSupport.Junction
Namespace: YetaWF.Core.PackageSupport
Assembly: YetaWF.Core

Syntax

public static Task<bool> ExistsAsync( string path );

Parameters

path

The junction point path

Return Value

True if the specified path represents a junction point

See Also YetaWF.Core.PackageSupport.Junction ClassYetaWF.Core Overview