예제 #1
0
 public static string Util_ResolveLink(string path)
 {
     return(Win32PInvokes.ResolveShortcut(path));
 }
예제 #2
0
 public static IEnumerable <string> Util_ResolveLinks(IEnumerable <string> paths)
 {
     return(paths.Select(f => Win32PInvokes.ResolveShortcut(f)));
 }