Table of Contents

Class ShellFile

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

A file in the Shell Namespace

public class ShellFile : ShellObject, IDisposable, IEquatable<ShellObject>
Inheritance
ShellFile
Implements
Derived
Inherited Members

Properties

Path

The path for this file

public virtual string Path { get; }

Property Value

string

Methods

FromFilePath(string)

Constructs a new ShellFile object given a file path

public static ShellFile FromFilePath(string path)

Parameters

path string

The file or folder path

Returns

ShellFile

ShellFile object created using given file path.