示例#1
0
        internal static string GetFilePathFromShellItem(FileDialogNative.IShellItem item)
        {
            string filename;

            item.GetDisplayName(FileDialogNative.SIGDN.SIGDN_DESKTOPABSOLUTEPARSING, out filename);
            return(filename);
        }
示例#2
0
        internal static string GetFilePathFromShellItem(FileDialogNative.IShellItem item)
        {
            string str;

            item.GetDisplayName((FileDialogNative.SIGDN)(-2147319808), out str);
            return(str);
        }