Skip to content

Commit de849da

Browse files
committed
Changed to Win32Helper
1 parent 516ceb2 commit de849da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Utils/Storage/Enumerators/Win32StorageEnumerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ CancellationToken cancellationToken
276276

277277
if (isSymlink)
278278
{
279-
var targetPath = NativeFileOperationsHelper.ParseSymLink(itemPath);
279+
var targetPath = Win32Helper.ParseSymLink(itemPath);
280280

281281
return new ShortcutItem(null)
282282
{

0 commit comments

Comments
 (0)