Skip to content

Commit 5e80b43

Browse files
committed
Update Win32Helper.Storage.cs
1 parent 3128916 commit 5e80b43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Files.App/Helpers/Win32/Win32Helper.Storage.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ public static unsafe bool CanCompressContent(string path)
965965
if (!success)
966966
return false;
967967

968-
// 0x00000010 FILE_FILE_COMPRESSION
969968
return (fileSystemFlags & PInvoke.FILE_FILE_COMPRESSION) != 0;
970969
}
971970

0 commit comments

Comments
 (0)