Table of Contents

Class ShellFileSystemFolder

Namespace
Microsoft.WindowsAPICodePack.Shell
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

A folder in the Shell Namespace

public class ShellFileSystemFolder : ShellFolder, IEquatable<ShellObject>, IEnumerable<ShellObject>, IEnumerable, IDisposable
Inheritance
ShellFileSystemFolder
Implements
Derived
Inherited Members

Properties

Path

The path for this Folder

public virtual string Path { get; }

Property Value

string

Methods

FromFolderPath(string)

Constructs a new ShellFileSystemFolder object given a folder path

public static ShellFileSystemFolder FromFolderPath(string path)

Parameters

path string

The folder path

Returns

ShellFileSystemFolder

Remarks

ShellFileSystemFolder created from the given folder path.