SharpFS -- A Virtual FileSystem for .NET

VirtualFS.IsAlias Method 

[This is preliminary documentation and subject to change.]

Checks whether the given directory is an alias.

public bool IsAlias(
   string virtualPath
);

Parameters

virtualPath
The directory to test.

Return Value

Whether or not this directory is an alias

Exceptions

Exception Type Condition
ArgumentNullException Thrown if virtualPath is null.

See Also

VirtualFS Class | SharpFS Namespace