Click or drag to resize

DirectoryInfoRoot Property

Gets the root portion of the directory.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public DirectoryInfo Root { get; }

Property Value

Type: DirectoryInfo
An object that represents the root of the directory.
See Also