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
Methods
FromFilePath(string)
Constructs a new ShellFile object given a file path
public static ShellFile FromFilePath(string path)
Parameters
path
stringThe file or folder path
Returns
- ShellFile
ShellFile object created using given file path.