forked from aybe/Windows-API-Code-Pack-1.1
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
/// <summary>
/// Constructs a new ShellFile object given a file path
/// </summary>
/// <param name="path">The file or folder path</param>
/// <returns>ShellFile object created using given file path.</returns>
static public ShellFile FromFilePath(string path)
{
return new ShellFile(path);
}Thank you.
Metadata
Metadata
Assignees
Labels
No labels