Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Junker committed Feb 23, 2025
1 parent 2ac15f6 commit f5917ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static string GetFullPathFromShortcut(string shortcutPath)
FolderItem folderItem = folder.ParseName(System.IO.Path.GetFileName(shortcutPath));
try
{
return folderItem != null && folderItem.GetLink is ShellLinkObject slo ? slo.Path : shortcutPath;
return folderItem != null && folderItem.GetLink is ShellLinkObject shellLinkObject ? shellLinkObject.Path : shortcutPath;
}
catch
{
Expand Down

0 comments on commit f5917ba

Please sign in to comment.