Skip to content

Commit d1b5ddf

Browse files
authored
Remove IsSymlink method
1 parent 1f9bbff commit d1b5ddf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Files.App/Utils/Cloud/Detector/LucidLinkCloudDetector.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,5 @@ private async IAsyncEnumerable<ICloudProvider> GetProvidersFromDirectory(string
5757
}
5858
}
5959
}
60-
61-
private static bool IsSymlink(string path)
62-
{
63-
var fileInfo = new FileInfo(path);
64-
return fileInfo.Attributes.HasFlag(System.IO.FileAttributes.ReparsePoint);
65-
}
6660
}
6761
}

0 commit comments

Comments
 (0)