FILEDESCRIPTORFromFileInfo Method |
Creates a descriptor from a FileInfo instance.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static FILEDESCRIPTOR FromFileInfo(
FileInfo info
)
Parameters
- info
- Type: System.IOFileInfo
The FileInfo instance.
Return Value
Type:
FILEDESCRIPTORA FILEDESCRIPTOR instance.
Exceptions See Also